ArgumentException: Input Axis Action is not setup

square357

New member
Started a new project and imported TPC and receive this error 999+ times?

I understand it's the input axis but not sure how to reconfigure controls to work

ArgumentException: Input Axis Action is not setup.
To change the input settings use: Edit -> Settings -> Input
Opsive.UltimateCharacterController.Input.StandaloneInput.GetAxisRaw (System.String name) (at Assets/Opsive/UltimateCharacterController/Scripts/Input/StandaloneInput.cs:80)
Opsive.UltimateCharacterController.Input.UnityInput.GetButtonDownInternal (System.String name) (at Assets/Opsive/UltimateCharacterController/Scripts/Input/UnityInput.cs:193)
Opsive.UltimateCharacterController.Input.PlayerInput.GetButtonDown (System.String name) (at Assets/Opsive/UltimateCharacterController/Scripts/Input/PlayerInput.cs:132)
Opsive.UltimateCharacterController.Input.ActiveInputEvent.HasButtonEvent (Opsive.UltimateCharacterController.Input.PlayerInput playerInput) (at Assets/Opsive/UltimateCharacterController/Scripts/Input/ActiveInputEvent.cs:67)
Opsive.UltimateCharacterController.Character.UltimateCharacterLocomotionHandler.UpdateAbilityInput () (at Assets/Opsive/UltimateCharacterController/Scripts/Character/UltimateCharacterLocomotionHandler.cs:89)
Opsive.UltimateCharacterController.Character.UltimateCharacterLocomotionHandler.Update () (at Assets/Opsive/UltimateCharacterController/Scripts/Character/UltimateCharacterLocomotionHandler.cs:73)
 
Take a look at these links:


 
Top