🤖Create Objects

For the AI/Object to be detected add the AIManager script to your AI/Object.

For advanced Spawn System to detect when the AI has died or the item has been harvested. you must call the event in your script when the AI's life reaches 0 or dies or the object disappears, the item or AI must not be destroyed if using Pooling System

Example:

Last updated