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 play mode, it looks like this:
The buttons are pre-defined:
- Exit takes user to the Lobby (not implemented in current version)
- Restart re-starts current Scene
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.