Create Stages
Last updated
Last updated
Auto Start: Automatically starts Tutorial Stage when entering PlayMode.
Auto Start Stage Index: Auto starting stage index. -1 starts from first element.
Stage Index starts from 1, and increment down the array. It is using array position plus one notation. Do not use index 0.
Debug Mode: Outputs Tutorial Manager running message to the console. You could use this to check the status of running tutorials.
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.
Stage Object Name: Playing Stage Object name.
Play State: State of current playing stage.
Remember that the name and state are only shown on PlayMode. It only indicates the status of stage object obtained using currentStageStep index. The stage selected on Editor does not change the currentStageStep index of Tutorial Manager.
Now let's move on to the configuration of individual Stage Object.