UnityTableView icon indicating copy to clipboard operation
UnityTableView copied to clipboard

NullReferenceException OnEnable()

Open lukaszkn opened this issue 8 years ago • 0 comments

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.

lukaszkn avatar Jul 19 '17 21:07 lukaszkn