Using Input objects

Input objects define the input device and keys/buttons attached to an action. These actions are used in the State Machine to trigger an event.

Input object properties

Using Inputs in the State Machine

Familiarize yourself with how to use the State Machine before incorporating Inputs.

In the State Machine, use ‘Input start’ and ‘Input end’ to signify when an action in triggered.

1

Step 1

Select State Machine in the bottom bar to open the State Machine panel.

2

Step 2

Click a State transition to open the Events popover.

3

Step 3

Click the dropdown and select ‘Input start’ or ‘Input end’.

  • ‘Input start’ signifies when a button is pressed down

  • ‘Input end’ signifies when a button is released

4

Step 4

If there are multiple Inputs in a scene, select the desired one from the ‘Inputs’ dropdown.

5

Step 5

Select the desired action in the ‘Action’ dropdown.