We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821de05 + 7f0641d commit 52e77bdCopy full SHA for 52e77bd
2 files changed
Runtime/SharedResources/Scripts/Tracking/Velocity/InputActionPropertyVelocityTracker.cs
@@ -93,9 +93,8 @@ protected virtual void OnEnable()
93
#if ENABLE_INPUT_SYSTEM
94
BindVelocityActions();
95
BindAngularVelocityActions();
96
- Debug.LogWarning("The Unity Input System is disabled in the player settings or not available to this Unity version.");
97
#else
98
-
+ Debug.LogWarning("The Unity Input System is disabled in the player settings or not available to this Unity version.");
99
#endif
100
}
101
package.json
@@ -33,7 +33,7 @@
33
},
34
"dependencies": {
35
"io.extendreality.zinnia.unity": "2.7.0",
36
- "com.unity.inputsystem": "1.0.2"
+ "com.unity.inputsystem": "1.5.0"
37
38
"samples": [
39
{
0 commit comments