# Character Creator Config

## Creation

To create a character creator config, find (or create) the *GameName/Resources/GameName/InteractableOptionConfig* folder in the project tab and right click.  Choose *Create > AnyRPG > Interactable > CharacterCreatorConfig*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FSVc83p8S7WmTGZ2UoTYf%2Fimage.png?alt=media\&token=c403e3ea-76af-42b4-aa9c-caca2d4d8546)

## Properties

| Name                | Description                                                                                                                                                                                                                                                                                                                                               |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Allow Gender Change | If true, the player can swap between male and female models, assuming the current [Race](https://docs.anyrpg.org/scriptable-objects/character-race) has options configured for both.                                                                                                                                                                      |
| Unit Profiles       | A list of valid [Unit Profiles](https://docs.anyrpg.org/scriptable-objects/unit-profile) that the character creator can edit.  If the list is empty, or the current player model is in the list, the current player model will be shown.  If the list is non-empty, and the current player model is not in the list, the first valid model will be shown. |

## Next Steps

* Add a character creator config to a [Unit Profile](https://docs.anyrpg.org/scriptable-objects/unit-profile) to allow the character to open the character creator window.
