Hi Everyone,
I'm trying to use a "Player Input Triggered Event" action in an FSM in my project, however I'm getting an error stating "Action requires new Input System!" I have the new input system imported and I'm already using it for my player controller, which works without issue. I receive the same error if I try to use the "Player Input Performed Event" action as well, but not if I use the "Player Input Button Events" action.
I have my InputAction object created and the Player Input component of the object the FSM is on is pointing to that InputAction object.
I'm not sure why PlayMaker is throwing this error only for these two actions. Is there a setting I should look at?
Thank you in advanced.