# Unit Spawn Controller Config

## 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*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FV7l3sHsi7oShLWzJDUaN%2Fimage.png?alt=media\&token=2dca431d-7070-4ad0-8363-e7b32b2ff3eb)

## Properties

| Name                 | Description                                                                                                      |
| -------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Unit Profile Names   | A list of names of [Unit Profiles](https://docs.anyrpg.org/scriptable-objects/unit-profile) 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.
