Creating An Action for Your Action Map In Unity

Maurice Davis
Nov 25, 2023

--

Using a first-person shooter as an example, one of the most essential elements that our player will need is the ability to shoot.

So let’s make the first action for the player fire.

Next, let’s select the button we want to trigger this action. We have many options, but we will determine the listen button to the left of the search space for this example. With this activated, we can press the key we want, and it will listen to the button and start it. We select that, and we have set our trigger.

We can also add multiple keys that can activate this action.

--

--