🥳Welcome to Advanced AI Spawn System
Last updated
Last updated
Recommend the latest 2022 LTS version of Unity
Integrations:
Advanced AI Spawn System is a runtime procedural AI spawner capable of spawning AI dynamically across terrains according to customized biomes and conditions. When using a Unity terrain, the texture at the spawning position is used to determine what biome to pick objects from. When this happens, Advanced Spawn System will randomly spawn objects according to that specific biome. It has fully customizable spawn areas with precise obstacle avoidance and even NavMesh spawning! Waves Option to easily horde after horde of enemies. It also includes performance saving features, such as a pooling system that can also function standalone! Pooling System is a great way to optimize your projects and lower the burden that is placed on the CPU when having to rapidly create and destroy GameObjects. It is a good practice and design pattern to keep in mind to help relieve the processing power of the CPU to handle more important tasks and not become inundated by repetitive create and destroy calls. This is particularly useful when dealing with bullets in a top-down shooter game.
Features
Flexible spawn areas
Detects when enemies killed and uses it to for wave spawning options (such as don't spawn more until after the wave died).
Pooling made easy (now with categories to stay organized!)
Spawning on Nav Mesh only
Disable/re-enable enemies on player distance (works for multiple players)
Spawning can trigger only when player is within custom radius
Player radius detection from spawner or separate object
Spawn random amounts
Nice and clean Editor
Full C# source code
Customizable editor options
Procedural AI spawner
Supports Terrain Biome: Unity Terrain and Third Party Terrains (Gaia and MapMagic 2)
Events that you know when spawning AI, die AI and Player enter or exit radius of AI
Supports any character controller system
Supports any AI system that supports spawning
Supports Unity NavMesh
Built-in object pooling system
Unlimited Biomes - Supports an unlimited amount of Biomes.
Spawn Radius - Customizable spawn radius.
Drop Rate (the chance of obtaining a random IA)
This Manual will give you a better understanding of how Advanced AI Spawn System