godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Godot Engine official documentation

Results 444 godot-docs issues
Sort by recently updated
recently updated
newest added

So let's say I want to port Godot to a new platform. There is NO documentation on how to do this. What I mean by porting is like, adding a...

enhancement

A per this issue and its comments on the godot repository: https://github.com/godotengine/godot/issues/28736 The documentation on how to build the android version of godot here: https://godot.readthedocs.io/en/stable/development/compiling/compiling_for_android.html is wildly incorrect, making it...

enhancement

Not exactly sure where this should go so feel free to correct me if I missed here. I would love to see more official documentation on how to use the...

enhancement

**version:** 3.4.3 **Issue description:** There's no documentation about how the engine works. Some map (using diagrams) of the engine layout/architecture; rendering pipeline, engine-server co-relation, etc. Also how the type-system relates...

enhancement

Remove the official support section, add explanation on export templates fixes https://github.com/godotengine/godot-docs/issues/5625

enhancement

**Your Godot version:** Godot 3.4.4, Godot **Issue description:** This tutorial about 2D Meshes in Godot is pretty good, however is does not mention why I would use a MeshInstance2D over...

enhancement

**Issue description:** `godot-header` prerequisites are written in such way that using `master` branch seems appropriate, while currently it is being rewritten to GDExtension and has no GDNative headers at all,...

enhancement

**Your Godot version:** 3.4.4 **Issue description:** The description for the StereoEnhance effect states: "This effect uses a few algorithms to enhance a signal's stereo spectrum". I don't think this explains...

enhancement

**Your Godot version:** Alpha 9 **Issue description:** From https://github.com/godotengine/godot/issues/61530 Proposed revision of the string.split() documentation. ``` Returns the slice of the [Array], from [code]begin[/code] (inclusive) to [code]end[/code] (exclusive), as a...

enhancement
class reference

**Your Godot version:** Godot Alpha 9 **Issue description:** Add the following beneath the documentation for the **for loop** START: If you want to assign values on an array as it...

enhancement