Templates for Unity
Where to find the files?
I have the Unity that I'm using in this tutorial installed in my secondary D drive on an SSD. I made a folder called Unity and let it install into there. Now to find this file, You much locate where You installed your Unity. Next, Navigate to the "Editor" folder and find the folder called "Data". In here you want to go to "Resources"and then in there "Scripts Templates".
Like so:
D:\Unity\Editor\Data\Resources\ScriptTemplates
Unity\Editor

Unity\Editor\Data

Unity\Editor\Data\Resources

Unity\Editor\Data\Resources\ScriptTemplates

Here you will find text files of the scripts Unity uses to create from. We can edit these.. There is one issue I haven't not figured out yet and I don't know if it can be changed, and that you can't seem to add more to the right click menu that come up when you right click in your project window to create a new script. If someone would like to enlighten me that would be wonderful. But for now I use this alternative.
My Alternative for now.
UPDATE: Found a way to add more script buttons to the menu list click here!
Example of ours to the right

Example:
Unity default: 81-C# Script-NewBehaviourScript.cs
-------------------------------------------------------------------------------------------------
My own: 78-C# Script-NewBehaviourScriptAdvanced.cs
So if i put:

