Assets/Scripts/PlayerController.cs @@ -32,6 +32,8 @@ private void FixedUpdate() { Debug.Log(moveInput.x); if (moveInput.y == 0) { if (rb.velocity.y <= maxFallSpeed)