Replies: 2 comments 3 replies
-
It says below:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Thank you for considering and acting on the request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm new to Godot.
First off, thanks for putting up some really great documentation.
Just wondering if you could improve this bit in the player movement section
if direction != Vector3.ZERO:
direction = direction.normalized()
$Pivot.look_at(position + direction, Vector3.UP)
Would it be possible to add a couple of lines to explain why $Pivot.look_at(position + direction, Vector3.UP) is necessary?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions