Problem is that _applicationIsQuitting is a static variable. You, probably, should set it in false on Awake call.
Vladislav Kurenkov
- 26
- 7
Problem is that _applicationIsQuitting is a static variable. You, probably, should set it in false on Awake call.