Update the official tutorial, "Groundwork" part #2521
NikRetaNCAM
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
yeah this bug irritates me as well. I need to look into how to even update that thing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let me explain myself
If following the tutorial, when reaching this part
this will cause a bug, in which player will constantly move because it's telling to move the player every frame with no condition
It can be easily fixed tho, in 2 ways i know
1: Setting the speed to something only when player is moving and setting it to 0 when player is not
2: Adding a boolean that will tell if player is actually moving and move the player only if any of the keys is actually pressed
It really is easy, why not update the tutorial (if the reason that it IS easy, then why letting an intentional bug be in an OFFICIAL tutorial?)
Beta Was this translation helpful? Give feedback.
All reactions