2016年11月10日 星期四

Hello World

using UnityEngine;
using System.Collections;

public class HelloWorld : MonoBehaviour {

// Use this for initialization
void Start () {
        print("Hello World");
}

// Update is called once per frame
void Update () {

}
}



//基本起手教學

沒有留言:

張貼留言