GodotVR / godot_oculus_mobile

Godot Oculus mobile drivers (Oculus Go / Oculus Quest)
MIT License
169 stars 34 forks source link

Add a plugin configuration file for the OVRMobile plugin #104

Closed m4gr3d closed 4 years ago

m4gr3d commented 4 years ago

This updates the project to match the latest Godot Android specs in preparation for Godot 3.2.2.

m4gr3d commented 4 years ago

Fixes issue #101

NeoSpark314 commented 4 years ago

I just tried the branch; when I deploy from godot I get the following error (copy text does not work so only an image):

image

I can build and deploy from the master branch. I also put a ovrmobile.gdap in the demo/android/plugins folder

m4gr3d commented 4 years ago

I just tried the branch; when I deploy from godot I get the following error (copy text does not work so only an image):

image

I can build and deploy from the master branch. I also put a ovrmobile.gdap in the demo/android/plugins folder

@NeoSpark314 the error suggests duplicate libraries in the build. I'd suggest deleting the android directory and recreating it by installing the build templates again.

Also add mentioned in the readme, the plugin update only works with Godot 3.2.2, so make sure to check out and build the latest from the 3.2 branch and rebuild the Godot templates.

NeoSpark314 commented 4 years ago

now it works; thanks for the hint @m4gr3d