This repo stores Unity C# Script Templates to help productivity while creating scripts of common use.
To use this templates you have to delete the originals (only those you want to change) and copy the new ones with the same file name before starting Unity in the following folder:
Warning
Use only those files inside the folder named after the same Unity version you're using, otherwise it may cause issues as the numbering of the files are different.
- Windows:
%EDITOR_PATH%\Data\Resources\ScriptTemplates
- Mac:
/Applications/Unity/Editor/Data/Resources/ScriptTemplates
- Mac (since 5.2.1f1):
/Applications/Unity/Unity.app/Contents/Resources/ScriptTemplates