Forum begins after the advertisement:


[Part 2] Dash mechanic does not start.

Home Forums Video Game Tutorial Series Creating a Metroidvania in Unity [Part 2] Dash mechanic does not start.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11602
    Kiefer Neo
    Moderator

    If your dash mechanic is not working currently it might be because the Dash() coroutine is not being called. This is most likely due to the canDash bool not being set properly. To fix this bug, you’ll have to either:

    1) Remember to set the canDash variable to true when you declare it.
    OR
    2) Remove the canDash variable from the if statement in the StartDash() method.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.

Go to Login Page →


Advertisement below: