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
I get this error when trying to install the editor: UnassignedReferenceException: The variable m_NaturalOrientation of ProxyNode has not been assigned. You probably need to assign the m_NaturalOrientation variable of the ProxyNode script in the inspector. UnityEngine.Transform.get_position () (at <d815b7efac424eeb8e053965cccb1f98>:0) UnityEditor.Experimental.EditorVR.Proxies.ProxyNode.GetFacingDirection (UnityEngine.Vector3 cameraPosition) (at Assets/EditorXR/Scripts/Proxies/ProxyNode.cs:548) UnityEditor.Experimental.EditorVR.Proxies.ProxyNode.Update () (at Assets/EditorXR/Scripts/Proxies/ProxyNode.cs:501)
The text was updated successfully, but these errors were encountered:
I get this error when trying to install the editor:
UnassignedReferenceException: The variable m_NaturalOrientation of ProxyNode has not been assigned. You probably need to assign the m_NaturalOrientation variable of the ProxyNode script in the inspector. UnityEngine.Transform.get_position () (at <d815b7efac424eeb8e053965cccb1f98>:0) UnityEditor.Experimental.EditorVR.Proxies.ProxyNode.GetFacingDirection (UnityEngine.Vector3 cameraPosition) (at Assets/EditorXR/Scripts/Proxies/ProxyNode.cs:548) UnityEditor.Experimental.EditorVR.Proxies.ProxyNode.Update () (at Assets/EditorXR/Scripts/Proxies/ProxyNode.cs:501)
The text was updated successfully, but these errors were encountered: