Last active
February 21, 2017 12:32
-
-
Save Wolfos/c23b530007f4f8ae48d801732062853b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Put this file in C:\Program Files\Unity\Editor\Data\Resources\ScriptTemplates and remove this comment line | |
// Requires https://gist.github.com/Wolfos/3eb651879e92cf86c2881243f7f74632 (Remove this comment line too ;) | |
/* | |
#SCRIPTNAME#.cs | |
Created #CREATIONDATE# | |
Project #PROJECTNAME# by #DEVELOPERS# | |
*/ | |
using UnityEngine; | |
namespace #NAMESPACE# | |
{ | |
public class #SCRIPTNAME# : MonoBehaviour | |
{ | |
#NOTRIM# | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment