egametang/ET

ReferenceCollectorEditor的元素property.stringValue没保存,导致无法修改Key

atljm opened this issue · 1 comments

这个问题我看ET6分支的2022/6/11日的提交修改了,但是没有同步到7和8

  • EditorGUILayout.TextField(property.stringValue, GUILayout.Width(150));
  • property.stringValue = EditorGUILayout.TextField(property.stringValue, GUILayout.Width(150));

好的