News

Events are the tools used by the listener to call for specific callback functions for any given action state. There are 3 different events: Started, Performed and Canceled. Each are triggered at the ...
I use the code inputScript.SwitchCurrentActionMap("UI"); to switch to the UI input actions, and then when I go back into play mode I use inputScript.SwitchCurrentActionMap("Player");. It's only after ...