GodotVR / godot_oculus_mobile

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

64bit Android binaries for Oculus Quest ? #125

Closed motorsep closed 3 years ago

motorsep commented 3 years ago

Does Godot build 64bit binaries for Oculus Quest 1/2 ?

BenMcLean commented 3 years ago

yes https://docs.godotengine.org/en/stable/development/compiling/compiling_for_android.html

m4gr3d commented 3 years ago

@motorsep The Quest plugin binaries are prebuilt and can be retrieved from the release page. The AAR binary contains both 32 and 64bit binaries.

m4gr3d commented 3 years ago

@motorsep You can follow the instructions on the README to find out how to install the binary in your Godot project.