over 1 year ago - /u/Alistair_Mc - Direct link

Don't do this, pooling is creating game objects in advance and loading them into memory to prevent stuttering and additional GC freezes during gameplay, overall to improve performance. If cleared over time these objects will just end up in the pool, and you'll gain no performance and just have a worse gameplay experience due to various performance issues caused by clearing it.