Unity Input System: Jumping with Character Controller

Using the Input System to jump using the built in Character Controller. Note that you should change the Update method to FixedUpdate in both the PlayerMovement and PlayerJump scripts for better handling of opdating the player location.
Back to Top