zhaozilong1988 / UITableViewForUnity

UITableView for Unity
MIT License
80 stars 16 forks source link

Error in editor only : ArgumentException: Object at index 0 is null #24

Closed zhaozilong1988 closed 6 days ago

zhaozilong1988 commented 6 days ago

This occurs in editor mode after this pull request. https://github.com/zhaozilong1988/UITableViewForUnity/pull/23

ArgumentException: Object at index 0 is null
UnityEditor.SerializedObject..ctor (UnityEngine.Object obj) (at /Users/bokken/build/output/unity/unity/Editor/Mono/SerializedObject.bindings.cs:22)
UIKit.Helper.NestedScrollRect.ExchangeBetweenScrollRectAndNestedScrollRect (UnityEngine.UI.ScrollRect scrollRect) (at Assets/UIKit/Helper/NestedScrollRect.cs:83)
UIKit.UITableView.<OnValidate>b__76_0 () (at Assets/UIKit/UITableView/UITableView.cs:157)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:381)