This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
GVR SDK for Unity v1.100.1
Bug fixes
- Fixes "MissingReferenceException: The object of type 'GvrTrackedController' has been destroyed but you are still trying to access it." error caused by
GvrTrackedController
registering a callback forGvrControllerInput.OnStateChanged
twice, while only disconnecting once.