Player Input Manager

Once all the input actions are configured in Input Manager, the player gets that list of actions and to each one, an event is configured along with setting the type of press key (down, hold or release) to activate that action. So it makes the player call the jump function when the key jump is pressed through an event calling such function. It also manages the gamepad and mobile input, along with the axis for movement and camera.

Last updated