• Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Image
  • Current Version: 3.2: 2024-05-17T15:21:22Z
  • First Published: 2021-10-15T13:14:14Z
  • Size: 74711376
  • Supported Unity Versions: 2022.3.21
tools utilities

Advanced AI Spawn System

(5 Votes)
$74.85 $74.85

Advanced AI Spawn System


⚠ Important ⚠


Requirements:

  • Unity 2022.3.21f1 or higher (LTS version only)

After Purchasing this asset, Advanced Spawn System For FSM AI and Advanced Spawn System For Horse Animset Pro And Animal Controller will have a cost of 0$ for your Account.


Included assets:


- Advanced Spawn System For FSM AI

- Advanced Spawn System For Horse Animset Pro And Animal Controller



Advanced AI Spawn System is a runtime procedural AI spawner capable of spawning AI entities dynamically across terrains according to custom 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 AI 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! There is also a waves-option to easily spawn wave after wave of enemies. It also includes performance-saving features such as a pooling system that can also function as a standalone feature!



The 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 good practice in general and helps the CPU handle more important tasks without becoming inundated with repetitive create and destroy calls. This is particularly useful when dealing with bullets in a shooter game.


Occlusion culling

Occlusion culling is a process which prevents Unity from performing rendering calculations for GameObjects that are completely hidden from view (occluded) by other GameObjects.


Every frame, Cameras perform culling operations that examine the Renderers in the Scene and exclude (cull) those that do not need to be drawn. By default, Cameras perform frustum culling, which excludes all Renderers that do not fall within the Camera’s view frustum. However, frustum culling does not check whether a Renderer is occluded by other GameObjects, and so Unity can still waste CPU and GPU time on rendering operations for Renderers that are not visible in the final frame. Occlusion culling stops Unity from performing these wasted operations.


Features

  • Flexible spawn areas
  • Detects when enemies are killed and uses it for wave spawning options (such as when you don't want to spawn more enemies until the current wave has died).
  • Pooling made easy (now with categories to stay organized!)
  • Option to spawn on NavMesh only
  • Disable/enable enemies based on player distance (works for multiple players)
  • Option to only trigger spawning when player is within a 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 Biomes: Unity Terrain and Third-Party Terrains (Gaia and MapMagic 2)
  • Events to let you know when an AI spawns, an AI dies or when a player enters or exits the radius of an 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)
  • Spawn by Group - Customizable group numbers allow you to spawn AI in randomized groups based on your input.
  • MultiSystem - You can create different spawn settings and edit them from a single Spawn Manager.
  • Occlusion Culling

Integrations

  • Unity Terrains
  • Gaia
  • Map Magic
  • Third Person Controller (Invector)
  • FSM AI Template
  • Supports any AI system that supports spawning
  • Unity NavMesh
  • Horse Animset Pro (Riding System)
  • Animal Controller

| Quick Guides



Follow us for updates and news

|Email | Web |Manual|



After purchasing, please visit the pages below to download the latest versions of the included assets:


- Advanced Spawn System For FSM AI


- Advanced Spawn System For Horse Animset Pro And Animal Controller




Add to cart
This site contains affiliate links, which means that we can receive a commission if you click on a link and buy something that we have recommended.
Although clicking on these links will not cost you anything, they will help us finance our development projects while recommending good products!