Skip to content

Commit 63a2c55

Browse files
committed
Add info on finding script templates folder
1 parent 0984332 commit 63a2c55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tutorials/scripting/creating_script_templates.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ templates are determined per each OS:
3333
- Linux: ``$HOME/.config/godot/script_templates/``
3434
- macOS: ``$HOME/Library/Application Support/Godot/script_templates/``
3535

36+
If you're getting Godot from somewhere other than the official website, such
37+
as Steam, the folder might be in a different location. You can find it using
38+
the Godot editor. Go to ``Editor > Open Editor Data/Settings Folder`` and it
39+
will open a folder in your file browser, inside that folder is the
40+
``script_templates`` folder.
41+
3642
If no ``script_templates`` is detected, Godot will create a default set of
3743
built-in templates automatically, so this logic can be used to reset the default
3844
templates in case you've accidentally overwritten them.

0 commit comments

Comments
 (0)