Runtime Spawner 1.5.0
Generic Runtime spawn and instance pooling system for spawning random AI agents around a map. Works with ANY AI system easily.
Loading...
Searching...
No Matches
RegionSpawnLibrary.cs File Reference

Classes

class  MegaCrush.Spawner.RegionSpawnLibrary
 Global, designer-authored library that defines rule-based spawn entries for LocalAreaSpawner regions. The RegionPopulationController queries this asset at runtime to resolve each region's LocalAreaSpawner.CustomRegionSpawners based on:

  • Region tags (semantic string labels supplied by the game).
  • Current SpawnDirector step (0-based).
  • Optional weights by normalized step (0..1).
More...
 
struct  MegaCrush.Spawner.RegionSpawnLibrary.Rule
 A single library rule that can contribute a SpawnEntry to a region when its filters match the region's tags and the current director step is within range. More...
 

Namespaces

namespace  MegaCrush
 
namespace  MegaCrush.Spawner