Hi, I'm fairly new to playmaker and am using the Set Velocity 2d function to make a platformer. Currently I am working on a dash but when I set the velocity of the player in the dash FSM it doesn't work due to the set velocity in the move FSM cancelling each other out.
I was wondering if there was a work around for this or a different method where I can add 2 seperate velocities at the same time from 2 different FSM.
Many thanks if you can help.