Unity使用脚本给已有物体建立子物体

using UnityEngine; using System.Collections; public class GiveParent : MonoBehaviour { string fullPath = "...";//模型数据的路径 void Start(){ GameObject tem = new GameObject(Path.GetFileName
相关文章
相关标签/搜索