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:** Any **Issue description:** The default scroll bar can be hard to see as it doesn't stand out that much **URL to the documentation page (if already existing):**...

enhancement
topic:website

**Your Godot version:** 4.x **Issue description:** 1) Scale and stretching aren't clarified enough, 2) First time users reading this will assume "I am not using any viewports yet, I don't...

enhancement

**Your Godot version:** 3.2.2 **Issue description:** There are a number of undocumented properties in the `SoftBody`/`SoftBody3D` class--the underlying implementation of which is the Bullet physics library: - [ ] `areaAngular_stiffness`...

enhancement
class reference

Fixes: https://github.com/godotengine/godot-docs/issues/5594 I am looking for feedback on a new style for the shader builtin functions. Previously the descriptions were presented in a table format that made them hard to...

enhancement
discussion

**Your Godot version:** 4.0 **Issue description:** Description of that new [feature](https://github.com/godotengine/godot-proposals/issues/2431) is need to added to GDScript page. **URL to the documentation page (if already existing):** https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/gdscript_basics.html

enhancement
topic:gdscript

**Your Godot version:** 3.stable **Issue description:** The code example creates an orphan node. The below is the corrected example which does not leak memory. ``` var control = Control.new() var...

bug

**Your Godot version:** 4.0.alpha8 **Issue description:** https://github.com/godotengine/godot/pull/56192 implemented support for text-to-speech. For it to be present in self-compiled binaries, speech-dispatcher libraries must be installed on the system before compiling Godot....

enhancement

I know this is very low priority, but currently, creating a PWA on iOS for Godot Docs just shows a screenshot, instead of an actual Godot icon. Including a PWA...

enhancement
topic:website

### Godot version v4.0.alpha [e8520044e] ### System information ArchLinux (godot-git) ### Issue description OpenSimplexNoise doesn't appear to be available in GDScript, it just throws the error in the title in...

bug

**Your Godot version:** 3.4.4 **Issue description:** Misleading/inaccurate example of "backwards looping" **URL to the documentation page:** https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_advanced.html#doc-gdscript-more-efficiently Either the comment "range(b, n, s) # Will go from b to n-1,...

bug