Skip to content

Instantly share code, notes, and snippets.

@eddietree
Created May 6, 2016 07:15
Show Gist options
  • Save eddietree/860b7cf072ba2cb2ba6648965731de13 to your computer and use it in GitHub Desktop.
Save eddietree/860b7cf072ba2cb2ba6648965731de13 to your computer and use it in GitHub Desktop.
Fixing default tempalte
using UnityEngine;
using System.Collections;
public class #SCRIPTNAME# : MonoBehaviour
{
void Start ()
{
}
void Update ()
{
}
}
@eddietree
Copy link
Author

from this article - "Change the default script template?"
http://answers.unity3d.com/questions/120957/change-the-default-script-template.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment