Hi,
I’m testing the WebViewObject plugin in Unity 6.3.10f1 (Windows → Android build).
I created a simple script to load https://example.com with full-screen margins and visibility enabled. The WebView logs show:
Page Loaded: https://example.com/
Page Loaded: about:blank
So the page immediately becomes blank. I have checked:
hardwareAccelerated="true" is set in the AndroidManifest.xml
The code works in older Unity versions
No AR, no other plugins, just a plain scene with WebViewObject
Could you confirm whether this plugin is compatible with Unity 6? If not, are there any recommended workarounds?
Thanks in advance!
Hi,
I’m testing the WebViewObject plugin in Unity 6.3.10f1 (Windows → Android build).
I created a simple script to load https://example.com with full-screen margins and visibility enabled. The WebView logs show:
Page Loaded: https://example.com/
Page Loaded: about:blank
So the page immediately becomes blank. I have checked:
hardwareAccelerated="true" is set in the AndroidManifest.xml
The code works in older Unity versions
No AR, no other plugins, just a plain scene with WebViewObject
Could you confirm whether this plugin is compatible with Unity 6? If not, are there any recommended workarounds?
Thanks in advance!