Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Sep 15, 2024

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).

…ting script templates

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`).
@Calinou Calinou added bug area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.2 cherrypick:4.3 topic:gdscript labels Sep 15, 2024
@mhilbrunner mhilbrunner merged commit cc5e86f into godotengine:master Sep 16, 2024
1 check passed
@mhilbrunner
Copy link
Member

Thanks!

@Calinou Calinou deleted the creating-script-templates-fix-node-type branch September 16, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug cherrypick:4.2 cherrypick:4.3 topic:gdscript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants