Create Stages

Stage is the fundamental of tutorial steps. You can add as many stage as you want. Each stage can have multiple Tutorial Objects and different configurations.

Please be aware that only one stage can be played at a time.

  • Auto Start: Automatically starts Tutorial Stage when entering PlayMode.

  • Auto Start Stage Index: Auto starting stage index. -1 starts from first element.

Debug Mode: Outputs Tutorial Manager running message to the console. You could use this to check the status of running tutorials.

Picture 1. Stage Settings

1. Add Stages

Click on '+' button to add your first Stage Object.

  • Selected Stage Step: Indicates which stage object is selected on Editor.

  • Current Tutorial Stage Step: Current playing stage index of the Tutorial Manager.

This stage step is managed by Tutorial Manager to do play and stop actions. Users do not need to modify this.

  • Stage Object Name: Playing Stage Object name.

  • Play State: State of current playing stage.

Idle: The stage is not playing.

Start: Stage is started.

End: Stage is ended.

You could delete selected Stage Object by clicking on '-' button.

The Stage Objects could be reordered on the list by dragging it up or down. This would change its playing index accordingly.

Picture 2. Stage Objects

Now let's move on to the configuration of individual Stage Object.

Last updated