IanPhilips / UnityOculusAndroidVRBrowser

3D browser based on GeckoView and Oculus SDK for Unity projects built on Android (Oculus Go/Quest, maybe GearVR)
MIT License
225 stars 63 forks source link

Support multiple windows #27

Closed sienori closed 3 years ago

sienori commented 3 years ago

The following error occurred when I tried to duplicate BrowserView to display multiple windows: java.lang.IllegalStateException: Only one GeckoRuntime instance is allowed #25

To solve this problem, I made the following changes:

This allows the user to create multiple windows by simply duplicating the BrowserView :)

windows

IanPhilips commented 3 years ago

Beautiful! I'll try out the build this weekend