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

**Your Godot version:** 3.5 beta, 3.4 stable **Issue description:** ```gdscript class Test: extends Node export var x = [] func _ready(): var test1 = Test.new() var test2 = Test.new() test1.x.append(0)...

enhancement

[Closed Related Proposal #4476](https://github.com/godotengine/godot-proposals/issues/4476) Use a scripting language to start the external editor (or anything else). The script (and shebang behavior) is not tested on linux and macOS.

enhancement

**Your Godot version:** v3.4.4.stable.mono.offical[419e713a2] **Issue description:** I was looking at extracting triangle/vertex information from meshes, and while looking trough the docs, I found ArrayMesh.GetFaces() which returns a PoolVector3Array (https://docs.godotengine.org/en/stable/classes/class_poolvector3array.html). However,...

enhancement
topic:dotnet
class reference

**Your Godot version:** 3.2.4 RC1 **Issue description:** Altought the docs talk about how WAV file format can play thousands of it without any performance issue, the docs doesnt says how...

enhancement

**Your Godot version:** 3.4.4 **Issue description:** 3.5 is still in beta as of the time writing this, so either this warning: ![image](https://user-images.githubusercontent.com/50304111/167518201-aa7071bb-bce2-411b-a39d-3e72dde86666.png) should not show up, or the tutorial links:...

enhancement
topic:website

**Your Godot version:** 3.5 and 4 **Issue description:** Documentation is confusing about the row / column convention for matrices creation and access in shaders. ### In the data type section...

bug

GraphEdit/GraphNodes are a very useful UI element to use for game tools. There's no tutorial on how to create/use/manipulate these components. Can we please have a small tutorial going over...

enhancement
new page

**Your Godot version:** 3.2.3 **Issue description:** Here's the list of stuff I mentioned in https://github.com/godotengine/godot-docs/issues/3969#issuecomment-687590890 I'm not sure actually how much of this is documented, but I bet not all...

enhancement

**Your Godot version:** 3.4.stable **Issue description:** As described in this issue: https://github.com/godotengine/godot-proposals/issues/4483, the ``items`` property in OptionButton/PopupMenu/ItemList is not at all documented (and thus even more misleading that it already...

enhancement

**Your Godot version:** Godot 3 alpha 3 **Issue description:** Highlights make reading difficult and there is no easy way to turn off highlights when using the search bar. (Except manually...

enhancement
topic:website