mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #8910 from skyace65/ScriptTemplates
Add info on finding script templates folder
(cherry picked from commit 45bb210434)
This commit is contained in:
committed by
Max Hilbrunner
parent
8d9af1aa97
commit
cd1c84df28
@@ -33,6 +33,12 @@ templates are determined per each OS:
|
||||
- Linux: ``$HOME/.config/godot/script_templates/``
|
||||
- macOS: ``$HOME/Library/Application Support/Godot/script_templates/``
|
||||
|
||||
If you're getting Godot from somewhere other than the official website, such
|
||||
as Steam, the folder might be in a different location. You can find it using
|
||||
the Godot editor. Go to ``Editor > Open Editor Data/Settings Folder`` and it
|
||||
will open a folder in your file browser, inside that folder is the
|
||||
``script_templates`` folder.
|
||||
|
||||
If no ``script_templates`` is detected, Godot will create a default set of
|
||||
built-in templates automatically, so this logic can be used to reset the default
|
||||
templates in case you've accidentally overwritten them.
|
||||
|
||||
Reference in New Issue
Block a user