You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
In MouseControllerProvider.cs, there's a method called private void UpdateOrientation(). In it is the line state.gyro = deltaDegrees * (Mathf.Deg2Rad / Time.deltaTime);. Replace this line with the following:
Summary:
From Unity 2018.2+ you can not use emulator GVRController with TimeScale = 0
It happen only in editor. Build looks ok.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: