File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Packages/Passport/Runtime/Scripts/Public Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,10 +402,10 @@ private IPassportWebView CreatePlatformWebView()
402402#if ! IMMUTABLE_CUSTOM_BROWSER && ( UNITY_STANDALONE_WIN || ( UNITY_EDITOR && UNITY_EDITOR_WIN ) )
403403 PassportLogger . Info ( $ "{ TAG } Creating Windows WebView (UWB)") ;
404404 return new WindowsPassportWebView ( rawImage , this ) ;
405- #elif UNITY_IOS
405+ #elif UNITY_IOS && VUPLEX_WEBVIEW
406406 PassportLogger . Info ( $ "{ TAG } Creating iOS WebView (Vuplex)") ;
407407 return new iOSPassportWebView ( rawImage ) ;
408- #elif UNITY_ANDROID
408+ #elif UNITY_ANDROID && VUPLEX_WEBVIEW
409409 PassportLogger . Info ( $ "{ TAG } Creating Android WebView (Vuplex)") ;
410410 return new AndroidVuplexWebView ( rawImage ) ;
411411#elif ( UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX ) && VUPLEX_WEBVIEW
You can’t perform that action at this time.
0 commit comments