Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sasherafat-zz/11c1894c96af7bc367ab923b62e44626 to your computer and use it in GitHub Desktop.
Save sasherafat-zz/11c1894c96af7bc367ab923b62e44626 to your computer and use it in GitHub Desktop.
create first script in unity
using UnityEngine;
using System.Collections;
public class SpawnFood : 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