Scene-placed and static spawning API for networked characters. Wraps FactorableSpawner for Inspector-configured spawning and provides static methods for programmatic spawning by character ID.
Architecture
Data Flow
Key Concepts
Concept
Description
Dual spawn patterns
Instance methods for Inspector-configured spawning; static methods for programmatic spawning
Inspector button
[Button] attribute enables one-click spawning in Play Mode
Async support
SpawnAsync methods await NetworkObject.IsSpawned for network readiness
Position handling
Instance spawn sets transform.position; static spawn does not set position