UnityTableView
UnityTableView copied to clipboard
NullReferenceException OnEnable()
Sometimes when starting project, null exception happens:
NullReferenceException: Object reference not set to an instance of an object Assets.Scripts.TableView.TableView.OnEnable () (at Assets/Scripts/Layout/TableView/Core/TableView.cs:143)
What could be potential problem? My TableView game object just sits on the scene, I don't do anything to it. Perhaps OnEnable on TableView is called before tableViewScroll exists?
It happens 1 of 5 times.