Component: Step-by-step Orchestrator

StepByStepTutorialOrchestrator is a component that orchestrates the tutorial steps in a step-by-step manner.

ⓘ The table below includes ONLY a few of the important members available in the class.
Method Params Returns Description
Proceed - bool True if the next step was successfully presented; otherwise if the tutorial is finished, false. Proceeds to the next step, or finishes the tutorial.
GoToNextStep - - Proceeds to the next step, or finishes the tutorial. This is the same method as Proceed, only returning void. This is useful when invoking from Unity Events.
Restart - - Restarts the step-by-step tutorial, without activating the first step. Then you can call Proceed to activate the tutorial.