Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unbind references from container on scene unload
Zenject doesn't properly clear reference from scene container when scene is unloaded. This results in memory leak when loading and unloading scenes. Fixed the issue by unbinding all reference from scene container when SceneContext component is destroyed. modesttree#246
- Loading branch information