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

Exceptions if you change your code while Play Mode is active #15

Open
lcsondes opened this issue Mar 30, 2020 · 0 comments
Open

Exceptions if you change your code while Play Mode is active #15

lcsondes opened this issue Mar 30, 2020 · 0 comments

Comments

@lcsondes
Copy link

It seems that if you edit your code Unity clears your statics, but the "Async Manager" GameObject survives until you leave Play Mode, which causes it to run into these nulls.

NullReferenceException: Object reference not set to an instance of an object
UnityAsync.AsyncManager.Update () (at Assets/Plugins/UnityAsync/Manager/AsyncManager.cs:110)

(as well as lines 120 and 130 for LateUpdate and FixedUpdate)

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