Level Selector Node
This action node allows the player to advance to the next scene after the World restarts.
This node contains two inputs:
- The Enabled input allows this node to keep track of the current scene.
- The Next input allows the player to advance to the next scene (after the start scene) after the World restarts.
The following is an example from the Character asset in the Progression template:
The Progression template contains a single world and and utilizes scenes as game levels. The following presents how the Level Selector node advances players to the next level:
If needed, you can also customize this node. For details, see Customizing Nodes.