https://github.com/jasursadikov/script-template-editor
📜 Adds window to preference which allows you to customize default script templates in Unity.
https://github.com/jasursadikov/script-template-editor
template unity unity-editor unity-extension unity-package unity-script-templates
Last synced: 4 months ago
JSON representation
📜 Adds window to preference which allows you to customize default script templates in Unity.
- Host: GitHub
- URL: https://github.com/jasursadikov/script-template-editor
- Owner: jasursadikov
- License: mit
- Created: 2023-05-18T19:47:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T13:26:05.000Z (over 1 year ago)
- Last Synced: 2024-09-27T23:21:13.657Z (9 months ago)
- Topics: template, unity, unity-editor, unity-extension, unity-package, unity-script-templates
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> Currently supports only Windows.# Script Template Editor
Allows you to customize Unity's default script templates.
To customize your script templates, go to **"Edit/Preferences/Script Templates"**

## How to install?
1. Open **"Windows/Package Manager"**
2. Click '+' button and press **"Add package from git URI..."**
3. Paste https://github.com/jasursadikov/script-template-editor.git#master
4. Press **Enter** and Enjoy!## How to use?
1. Open **"Edit/Preferences"**
2. Find **"Script Templates"**
3. Choose script template that you want to edit
4. Press **"Save"**
5. To restore to default values, press **"Reset to Default"**## How does it work?
In Unity you have your default templates in Unity editor folder. To override them, this package does use powershell script to replace the content of your previous script template.
Templates are changed only for one installation, you should apply your edits for each Unity version you have on your machine.