⚠️Attention

Attention: Pooling System: do not use Destroy GameObject. The minimum time to respawn in Pooling System is 10 seconds. If you use third party plugins on the AI or items that remove it from the scene errors may occur. It's the same configuration for items or AI, when an item is collected invoke the OnDead event

For Items Object Pooling is recommended.

For Generic AI it is recommended to Instantiate, it is more stable since Generic AI does not have the option to reset the AI.

Last updated