Skip to content

Instantly share code, notes, and snippets.

@romsalva
Created March 8, 2018 02:34
Show Gist options
  • Save romsalva/bfbe95284de2af264f2647972f1bbe0a to your computer and use it in GitHub Desktop.
Save romsalva/bfbe95284de2af264f2647972f1bbe0a to your computer and use it in GitHub Desktop.
Unity Better Script Templates
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class #SCRIPTNAME# : MonoBehaviour {
private void Start() {
}
private void Update() {
}
}
<install dir>\Unity\Editor\Data\Resources\ScriptTemplates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment