Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReferenceException OnEnable() #2

Open
lukaszkn opened this issue Jul 19, 2017 · 0 comments
Open

NullReferenceException OnEnable() #2

lukaszkn opened this issue Jul 19, 2017 · 0 comments

Comments

@lukaszkn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant