UnityOculusAndroidVRBrowser
UnityOculusAndroidVRBrowser copied to clipboard
Problem building plugin with newer GeckoView Version
Hello everyone,
When bulding the GeckoView plugin with the newest version ("95.0.20211129150630"), several errors occur and it is no longer possible to build the plugin.
The erros are:
Any help in solving them would be much appreciated!
P.S.: My plan ist to get the plugin running with the newest version of gecko und eventually on arm64.
Whenever you update a major geckoview version you'll have to fix the inevitable API breaking changes. How you fix those errors is not predetermined and your best bet is first understanding what changed and why, then trial and error to fix them.
what are the benefits from the newer geckoversion?
Thanks for the reply. I just wanted to make the plugin more future proof
Nice, any luck fixing the errors or stuck on something in particular?
i found that the jdk was changed and the GeckoAPI changed also. Maybe we should update all things for code running, incloud the webview.cs code.
@Stormbreaker919 @jiulengjing if ya'll could try out the pull request version I'd appreciate it. Updated gecko engine to the latest version.
Sorry, that i have not answered in some time. In the meantime I decided to use another solution for my master thesis project. Nevertheless I will try out your pull request when I find the time, to support your cool browser!