摘要:
百度问答的 在unity3d里怎样隐藏物体 方法很多: 改position,移到视野外,推荐,最节省 (直接将本地的位置设置为 0, 就可以回到原来的位置了) gameObject.SetActive (false); //要提前引用,要不你就改不回来了。。。 renderer.enabled = 阅读全文
摘要:
转载的文章 Unity 3D中的 SetActive() 与 OnEnable()、OnDisable()要注意的 一、 Unity 3D中的 GameObject.SetActive() 与 MonoBehaviour.OnEnable()、MonoBehaviour.OnDisable() 其实 阅读全文