Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1023 Bytes

File metadata and controls

16 lines (11 loc) · 1023 Bytes
uid input-system-create-maps

Create action maps

Action maps provide a way to group collections of Actions that represent different input scenarios in your project (such as UI navigation, gameplay, etc.)

Actions must belong to an action map, therefore if you are starting with an empty Actions Asset, you must create an action map before you can create any actions.

The Action Maps section on the left side of the Actions Editor window allows you to create, rename, delete, and duplicate action maps.

  • To add a new action map, select the Add (+) icon in the header of the Action Map panel.
  • To rename an existing action map, either long-click the name, or right-click the action map and select Rename from the context menu. Note that action map names can't contain slashes (/).
  • To delete an existing action map, right-click it and select Delete from the context menu.
  • To duplicate an existing action map, right-click it and select Duplicate from the context menu.