"Your first 3D game" has several mistakes #6878
Labels
area:getting started
Issues and PRs related to the Getting Started section of the documentation
bug
topic:dotnet
Your Godot version:4.0.stable.mono
Issue description:
2.Parameter "delta" are suppose to be a double, instead of float
3._velocity = MoveAndSlide(_velocity, Vector3.Up); is not right either.
URL to the documentation page (if already existing):
https://docs.godotengine.org/en/stable/getting_started/first_3d_game/03.player_movement_code.html
The text was updated successfully, but these errors were encountered: