1. 程式人生 > >測試一下csdn發程式碼稿子

測試一下csdn發程式碼稿子

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ScriptTest : MonoBehaviour {
    public GameObject GO;
	// Use this for initialization
	void Start () {
        Debug.LogError("你好~");
	}
	
	// Update is called once per frame
	void Update () {
		
	}
}