#Is it possible to access a generic system's instance entity?
1 messages · Page 1 of 1 (latest)
I was initially using a shared singleton entity across all my systems called "root", but i discovered that you can't properly dispose of native containers held by root from within OnStopRunning or OnDestroy of systems that created them. Since OnDestroy is called after all entities are destroyed meaning I can't access it, and OnStopRunning can run at different times
this is the error I get in the console for reference