测试一下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 () {
		
	}
}

猜你喜欢

转载自blog.csdn.net/aiwo521/article/details/83990534
今日推荐