Gothic-UnZENity-Project / Gothic-UnZENity

Fan project recreating Piranha Bytes' evergreens Gothic I and Gothic II in Unity Engine. Currently focussing on VR.
GNU General Public License v3.0
6 stars 1 forks source link

HVR: Fix main menu usage #25

Closed JaXt0r closed 1 week ago

JaXt0r commented 4 weeks ago

Currently (afaik?) the main menu isn't usable with HVR's VR player. For XRIT we added custom logic to it. Let's do the same in here.

TODOs

JaXt0r commented 1 week ago

The implementation was quite easy. Main menu buttons are already recognized by HVR. We just need to disable gravity and walking from HVR player. Pointing and clicking on menu items already worked out-of-the-box.