UnityOculusAndroidVRBrowser
UnityOculusAndroidVRBrowser copied to clipboard
Export plugin to a different Unity editor
Hello, fantastic and very useful work, thank you. I just have one question, is it possible to export the plugin to a different version of Unity than the project creation version (2022.3.4f1)? I created the apk in the original project and it works perfectly on Meta Quest 2, but I would need it on a more updated editor. I made a couple of attempts but couldn't get it to work:
- I exported the components of the original project to a new editor via UnityPackage, but the plugin doesn't work ( after building you can see the web window but it remains black, maybe I missed some setup)
- I updated the editor on which you had set the working scene to my editor (it makes me build, creates the apk, but as soon as I try to start the application from viewer it crashes).
I would need it for a university work project, would you be able to give me some tips on how to get your plugin working? Thanks :)