Okabintaro / SubmersedVR

A Subnautica VR mod aiming to bring full motion controler support and common VR mechanics to the game.
MIT License
204 stars 13 forks source link

Fixes #8

Closed ihatetn931 closed 1 year ago

ihatetn931 commented 1 year ago

Quickslots now face the camera instead of being straight up and down. Change all "parent = transform" to "transform.SetParent(transform)" to get rid of log spam Fixed all the errors in the log (added some null checks and if steamvr is initialized checks). Hand Icon is now placed where the pointerdot is.

Okabintaro commented 1 year ago

I incorporated your changes to the new release, except for the rotation oft the quickwheel, which I am not sure about yet. Indeed just calling base.Update() was fixing the battery values not updating. Thanks a lot!