UnityOculusAndroidVRBrowser icon indicating copy to clipboard operation
UnityOculusAndroidVRBrowser copied to clipboard

Problem building plugin with newer GeckoView Version

Open Stormbreaker919 opened this issue 3 years ago • 7 comments

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: grafik

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.

Stormbreaker919 avatar Nov 30 '21 18:11 Stormbreaker919

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.

IanPhilips avatar Nov 30 '21 23:11 IanPhilips

what are the benefits from the newer geckoversion?

IanPhilips avatar Dec 09 '21 00:12 IanPhilips

Thanks for the reply. I just wanted to make the plugin more future proof

Stormbreaker919 avatar Dec 13 '21 16:12 Stormbreaker919

Nice, any luck fixing the errors or stuck on something in particular?

IanPhilips avatar Dec 20 '21 17:12 IanPhilips

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.

jiulengjing avatar Feb 22 '22 08:02 jiulengjing

@Stormbreaker919 @jiulengjing if ya'll could try out the pull request version I'd appreciate it. Updated gecko engine to the latest version.

IanPhilips avatar Mar 21 '22 14:03 IanPhilips

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!

Stormbreaker919 avatar Mar 28 '22 20:03 Stormbreaker919