Skip to content

Instantly share code, notes, and snippets.

@zaki
Last active December 18, 2015 14:09
Show Gist options
  • Save zaki/5794829 to your computer and use it in GitHub Desktop.
Save zaki/5794829 to your computer and use it in GitHub Desktop.
Unity C# Template UTF8-BOM
using UnityEngine;
using System.Collections;
public class #SCRIPTNAME# : MonoBehaviour
{
void Awake()
{
}
}
#!/bin/bash
wget https://gist.github.com/zaki/5794829/raw/5ca0939eb85cee39a9867f95086ecc30a88a38dd/81-C%23+Script-NewBehaviourScript.cs.txt \
-O /Applications/Unity/Unity.app/Contents/Resources/ScriptTemplates/81-C\#\ Script-NewBehaviourScript.cs.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment