Documentation
Search
K
Comment on page

Unit Spawn Controller Config

A unit spawn controller config creates a unit spawn controller interactable option, allowing the player to spawn character units from a popup window.

Creation

To create a unit spawn controller config, find (or create) the GameName/Resources/GameName/InteractableOptionConfig folder in the project tab and right click. Choose Create > AnyRPG > Interactable > UnitSpawnControllerConfig.

Properties

Name
Description
Unit Profile Names
A list of names of Unit Profiles that can be spawned.
Unit Spawn Node List
A list of Unit Spawn Nodes where the character units will be spawned.

Next Steps

  • Add a unit spawn controller config to an Interactable to allow spawning character units when interacting with it.