[Unity&缺少引用]error CS0117'Destory''Debug'没有定义

error CS0117: `UnityEngine.Object' does not contain a definition for `Destory' 添加using System.Debug试试 把using System.Collections;注释掉 UnityEngine.Destroy(gameObject); UnityEngine.Debug.Log("message"); 试
相关文章
相关标签/搜索