Great explanation skills. Thank you for the tutorial
@1027StudioАй бұрын
Thank you!
@randomusername793Ай бұрын
Thank you
@1027StudioАй бұрын
No problem!
@gamedevkoalaАй бұрын
Great tutorial Man! You dropped this right when I needed it. But I found a small bug. Even when the player is not moving, and I press the Dash key, the stamina gets subtracted. Any fix for that?
@1027StudioАй бұрын
I would in the player characters blueprint add a branch before it drains the players stamina and using the players movement get the characters walk speed and check if it is < = to 10 and drain stamina off of true. Basically just checking hey is the player moving faster than 10m/s to drain the stamina? I hope this helps
@1027StudioАй бұрын
So branch. Condition = greater than or equal to (> =) and the pins on those is the walk speed and 10 and drain the stamina off of true