playMaker

Author Topic: Unable to get Chargeable Dash with Variable distance to work  (Read 400 times)

coolbird22

  • Playmaker Newbie
  • *
  • Posts: 1
Unable to get Chargeable Dash with Variable distance to work
« on: August 19, 2022, 06:35:48 AM »
I'm not sure if my game logic is incorrect, or if I'm using improper actions. I need the Player to stop moving when the Dash button is pressed, and start charging the dash. Upon release of the Dash button, the appropriate distance of Dash is executed, after which he is allowed to move around. There is a minimum and maximum distance of Dash that is allowed, which is being calculated by the Clamp.

As of now, nothing happens when I press the Dash button. Also, the Debug Vector3 for CurrentRotation in the Dashing State returns (0,0,0) for some reason.

Here is what my Dash, Move and Rotate FSMs look like.











Any thoughts, anyone ?
« Last Edit: August 19, 2022, 06:38:49 AM by coolbird22 »