Skip to content

Instantly share code, notes, and snippets.

@StephenHodgson
Created October 16, 2018 04:13
Show Gist options
  • Save StephenHodgson/c2b88100af1cc43f0be0580826191b70 to your computer and use it in GitHub Desktop.
Save StephenHodgson/c2b88100af1cc43f0be0580826191b70 to your computer and use it in GitHub Desktop.
Default Unity Template
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment