2016年5月12日

unity, SerializedObject.FindProperty不要写在Editor的OnEnable里,要写在OnInspectorGUI里

摘要: 如果像下面这样写: using UnityEngine;using System.Collections;using UnityEditor;using System.Collections.Generic;using UnityEngine.Assertions.Must;[CustomEdito 阅读全文

posted @ 2016-05-12 16:29 wantnon 阅读(9110) 评论(0) 推荐(0)

导航