Skip to content

Instantly share code, notes, and snippets.

@Wolfos
Last active February 21, 2017 12:32
Show Gist options
  • Save Wolfos/c23b530007f4f8ae48d801732062853b to your computer and use it in GitHub Desktop.
Save Wolfos/c23b530007f4f8ae48d801732062853b to your computer and use it in GitHub Desktop.
// 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