dicarlolab / ThreeDWorld

Generator of interactive Unity-based 3D environments with physics
Other
21 stars 4 forks source link

Deal with various memory leaks #74

Closed yamins81 closed 7 years ago

yamins81 commented 7 years ago
  1. Garbage collection: Remove garbage collection from the update loop of the prefab database function and put it somewhere so it only gets called rarely. but do it sometimes!

  2. see if there is a memory leak when switchings scene and if so, fix it.

yamins81 commented 7 years ago

If it's not obvious where th leaks are coming from we can tolerate the "kill the process solution"

damro commented 7 years ago

did the garbage collection, memory leaks don't seem to appear afterwards