Input Manager
Old Input System
The InputManager script on the player object allows you to modify inputs.

Locmotion
Jump Key
Jumping
Drop key
This key is used to jump down from the ledge
Move Type
Switches walking and running modes
Sprint Key
You can sprint by holding this key
Parkour
Jump Key
Jumping/Climbing
Drop key
This key is used to drop from the hang and jump down from the ledge
Jump From Hang Key
It's used to jump from hang
Use the arrow keys or W, S, A, and D to move horizontally and vertically.
Buttons are Unity's default input buttons. You can create and edit those buttons from Unity's Input Manager (Edit> Project Settings)

New Input System
To use the New Input System:
Ensure the Input System package is installed via the Package Manager.
Open Tools > FS System, then go to the Dependencies tab.
Enable the New Input System option.
This will configure the FS System to work with Unity’s New Input System.
To customize parkour related input actions using the New Input System:
Open the Input Action Asset Navigate to:
ThirdPersonController/InputAction/FSSystemsInputAction
and open the asset.


Select the Action Map In the Action Maps panel (left), select the
Parkour/Locomotion
action map.Customize Input Bindings After selecting an action (e.g.,
Jump
orMoveInput
):You'll see associated bindings like Left Button [Mouse] or Right Trigger [Gamepad].
Click a binding to modify it.
âž• You can add multiple bindings for different devices (e.g., mouse, gamepad) by clicking the
+
next to the action.
Directional input & move
W, A, S, D & Arrow Keys
Left Stick
Sprint key
LeftShift
RT
Move type
Tab
LB
Jump & Climb
Space
A
Jump/Climb to specified direction
Space + Direction
A + Direction
Jump from hang
Q + Direction
RT + Direction
Drop
E
B
Jump down
E + Direction
B + Direction
Camera rotation
Mouse
Right Stick
Mobile Controller
If you want to use mobile controller, enable new input system support from the Tools/Climbing System/Welcome window. But keep in mind that the input system package must be installed before enabling this option


Enable the Parkour Mobile Controller game object.

Last updated