Finish Scene is your final node for any scene.
It will show a scene completion UI dialog to the user, and allow to choose the next action.
In VR, it looks like this:
The buttons are pre-defined:
- Exit takes user to the Lobby
- Restart re-starts current Scene
- Next goes to the next specified scene (if provided)
Parameters:
- Next Scene Name: can be specified if there’s a next scene to go to. If not, The user will only have Exit and Restart buttons shown.
- Title: dialog title
- Dialog Text: dialog text 🤓
Next Scene Name should only contain the scene name itself, without its path.