godot-docs
godot-docs copied to clipboard
Godot Engine official documentation
**Your Godot version:** latest and stable both have the same **Issue description:** The instructions lead developers astray regarding debugging. Visual Studio users should install the power tool for automatically attaching...
See the individual commits for details.
- See also https://github.com/godotengine/godot-demo-projects/pull/756. This is only relevant for Godot 4, as Godot 3.x doesn't have decals.
I want to download the chinese document,but i can only get the english version by the link in the beginning of the document.
**Your Godot version:** 3.x, presumably 4.0 **Issue description:** The operators less than and equal than is not defined in neither the Vector2 or the Vector3 class docs. This should be...
**Your Godot version:** v4.0.alpha.custom_build [d2a6a187f] **Issue description:** Now that godotengine/godot#63596 is merged, `change_scene` needs to be replaced with `change_scene_to_file` and `change_scene_to` needs to be replaced with `change_scene_to_packed`. **URL to the...
**Your Godot version:** N/A **Issue description:** At the moment, the doc writing guidelines say > Before you add or replace any images in the documentation, they should be run through...
**Your Godot version:** 3.5 **Issue description:** My game is loading a lot of data in a thread upon its initial stage, and If I quit the game I'm working on...