Parkour & Climbing System
  • Documentation
  • Quickstart
  • Parkour and Climbing System Configurations
  • Change Animations
  • Create Parkour Actions
  • Input Manager
  • Invector Integration
  • GameCreator2 Integration
  • Playable Demo
Powered by GitBook
On this page
  • Old Input System
  • New Input System
  • Mobile Controller

Input Manager

PreviousCreate Parkour ActionsNextInvector Integration

Last updated 7 months ago

Old Input System

The InputManager script on the player object allows you to modify inputs.

Locmotion

Key
Use

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

Key
Use

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

If you want to use the input system, 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

You can customize locomotion inputs by editing the LocomotionInputAction asset from Assets\Fantacode Studios\Third Person Controller\InputAction

You can customize parkour inputs by editing the ParkourInputAction asset from Assets\Fantacode Studios\Parkour & Climbing System/Game\Input Manager

Keyboard input
Controller input

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.