limin135215
2017-02-04 13:21
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour {
// Use this for initialization
void Start () {
Debug.Log("test...");
}
// Update is called once per frame
void Update () {
}
}
你有将脚本挂载到object上吗
Unity 3D游戏开发之脚本系统
31744 学习 · 26 问题
相似问题