diff --git a/Assets/DebugUi.cs b/Assets/DebugUi.cs index 19ea5e6..36a2160 100644 --- a/Assets/DebugUi.cs +++ b/Assets/DebugUi.cs @@ -11,6 +11,7 @@ public class DebugUi : MonoBehaviour private Label _forceMultiplierLabel; private Label _velocityLabel; private Label _groundedLabel; + private Label _upSpeedLabel; private void OnEnable() { @@ -20,6 +21,7 @@ public class DebugUi : MonoBehaviour _forceMultiplierLabel = _uiDocument.rootVisualElement.Q