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
Debug.LogError("INPUT AXIS NOT SET UP. Go to your Input Manager and add a definition for "+graspButtonAxis+" on the "+(isLeft?"9":"10")+"th Joystick Axis.");
735
+
if(!_inputWarningDisplayed){
736
+
Debug.LogWarning("VR CONTROLLER INPUT AXES ARE NOT SET UP. Go to your Input Manager "+
737
+
"and add a definition for "+graspButtonAxis+" on the "+(isLeft?"9":"10")+"th "+
738
+
"Joystick Axis or disable this controller.",this);
Debug.LogError("INPUT AXIS NOT SET UP. Go to your Input Manager and add a definition for "+graspButtonAxis+" on the "+(isLeft?"9":"10")+"th Joystick Axis.");
765
+
if(!_inputWarningDisplayed){
766
+
Debug.LogWarning("VR CONTROLLER INPUT AXES ARE NOT SET UP. Go to your Input Manager "+
767
+
"and add a definition for "+graspButtonAxis+" on the "+(isLeft?"9":"10")+"th "+
768
+
"Joystick Axis or disable this controller.",this);
0 commit comments