_ReadMe.txt 672 B

12345678910111213
  1. # Character Selection Example
  2. Three scenes, each provide a slightly different approach towards selecting characters and customisations.
  3. 1: SceneCharacterPreSelection
  4. This is an offline scene, allows players to select data, which is then saved and passed across to other scenes using static variables.
  5. Once selected, the map loads "SceneMapCharacter", press Start Host, or Client to play. (remember to add scenes to build settings)
  6. 2: SceneMapCharacter
  7. This scene spawns with a character (randomised), and players have an option using the UI to change this.
  8. 3: SceneMapSpawnWithNoCharacter
  9. Spawns an empty player prefab, then players chose which character using the UI.