This package requires at least Unity 6000.0.46f1

<aside> 💡 If you’re reading the offline version of this documentation, please find the more up-to-date information at: https://retrogig.notion.site/Retro-Horror-Character-Selection-4db94f97ffa74e5ebd15c959657e633f?pvs=4

</aside>

Opening the character selection screen from New Game

In order for the character selection screen to show up when the “New Game” is selected from the main menu do the following:

  1. Add the scene SampleCharacterSelection to the BuildSettings. Including all the other SampleCharacter scenes is also necesary to test the demo correctly

image.png

  1. In the SampleMainMenu scene, set the scene SampleCharacterSelection on the StartTransition object and remove the SpawnCharacter reference

image.png

Untitled

Setting up the character selection screen

The characters available on the selection screen can be tweaked on the UICharacterSelection component where you can add an entry for each character in your game:

Untitled

Please be mindful that these characters and the character data have to match the available characters defined on the GameManager prefab.

More info about using multiple characters

For more info about character creation and multiple characters please head to https://retrogig.notion.site/Game-Character-fb5bd490973c4358924f3a4df184631e?pvs=4