Keeping track of what's loaded in memory?

This discussion presents two interesting commands: Obj list and Obj refs.

You can also force gc every frame when you want to test what would stay loaded from your game with gc.CollectGarbageEveryFrame 1

1 Like