ParameterContainerの検索が機能せずエラーが発生する
Posted: 2021/08/29 18:15
OS:windows8.1
Unityバージョン:2021.1.18f1
Arborバージョン:3.8.4
再現方法:
1.HierarchyよりParameterContainerを作成
2.InspectorよりIntを2個作成(名前はNew Int, New Int 0となる)
3.検索窓に触らなければ作成したパラメータは表示されていますが
「New」などを入力しても検索に何も出てこず、
エディタのコンソールにはエラーがでるようです。
NullReferenceException: Object reference not set to an instance of an object
UnityEditorInternal.ReorderableList.set_serializedProperty (UnityEditor.SerializedProperty value) (at <787760f2093d4a7bb881e33fb1e69d90>:0)
ArborEditor.ParameterContainerInternalInspector.OnInspectorGUI () (at Assets/Plugins/Arbor/Internal/Editor/Parameter/ParameterContainerInternalInspector.cs:1097)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass59_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <60f4a7b331a5480aaa94dbc2506830d5>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
以上ご報告します。
Unityバージョン:2021.1.18f1
Arborバージョン:3.8.4
再現方法:
1.HierarchyよりParameterContainerを作成
2.InspectorよりIntを2個作成(名前はNew Int, New Int 0となる)
3.検索窓に触らなければ作成したパラメータは表示されていますが
「New」などを入力しても検索に何も出てこず、
エディタのコンソールにはエラーがでるようです。
NullReferenceException: Object reference not set to an instance of an object
UnityEditorInternal.ReorderableList.set_serializedProperty (UnityEditor.SerializedProperty value) (at <787760f2093d4a7bb881e33fb1e69d90>:0)
ArborEditor.ParameterContainerInternalInspector.OnInspectorGUI () (at Assets/Plugins/Arbor/Internal/Editor/Parameter/ParameterContainerInternalInspector.cs:1097)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass59_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <60f4a7b331a5480aaa94dbc2506830d5>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
以上ご報告します。