NeoSpark314 / godot_oculus_quest_toolkit

An easy to use VR toolkit for Oculus Quest development using the Godot game engine
MIT License
367 stars 38 forks source link

Updading for SDK v23 #49

Closed Wavesonics closed 3 years ago

Wavesonics commented 3 years ago

This fixes #48

Wavesonics commented 3 years ago

ok, took a while but I think everything but the MR Capture stuff is ported to the new SDK and is working.

NeoSpark314 commented 3 years ago

1.40 was already integrated in this commit: 7538bd156ff6d629ad587fec6eecb4a1c1dcc0ac

Wavesonics commented 3 years ago

Hey you might want to take a second look at my commit.

The godot_oculus_mobile plugin's update for v23 changed a bit more than 7538bd1 accounts for.

  1. it packages the plugin as an android plugin .aar
  2. it splits the interfaces up into multiple different classes

My PR addresses those changes.