godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.95k stars 3.22k forks source link

Fix incorrect statement in `node_type` being case-insensitive in Creating script templates #9955

Closed Calinou closed 2 months ago

Calinou commented 2 months ago

On case-sensitive filesystems, the case must match the actual node name, so the folder will most likely need to use uppercase characters in its name (e.g. MeshInstance3D).

mhilbrunner commented 2 months ago

Thanks!

mhilbrunner commented 1 month ago

Cherry-picked to 4.3 in https://github.com/godotengine/godot-docs/pull/10038.