Copy of Character Select Example

1720
1721
11
12

Click to select a player, arrow keys to move.

The menu works by storing the selected player value (1 through 4) in a Global value

The Player Controller uses a Spawn block to spawn a player of the selected type.

The controller behaviors are in the Player Parent object, and each of the Player objects have their parent set to the Player Parent so that they can share the logic.

Editor