Tutorials Objects
Tutorial Object has certain similar configuration as Stage Object, such as Index, Name, Start Trigger, End Trigger and so on.
1. Add Tutorial Object
Click on '+' button to add your first Tutorial Object.

2. Tutorial Object Configuration
Stage Index: Index of the stage, the Tutorial Object belongs to.
Object Index: Tutorial Object position in the list starting from 1.
Name: Name of the Tutorial Object.
2.1 Trigger Configuration
Tutorial Object can be started using different types of Trigger Configurations. Please refer to Stage Object Configuration
2.2 Advance Type
Tutorial Objects could advance to next tutorial using different types of advancing logics. Please refer to Stage Object Configuration
2.3 Event Callback
Please refer to Events
3. Targets
Targets contains a list of objects which are used by Modules to track. Modules could track scene objects, prefabs, UI elements and so on.

Use Module Mask: Should selected target mask out modules.
Module Mask: Layermask of all the preconfigured modules types. Only selected modules would be used for the target.
Start Inactive: Target would be disable at start.
Highlight Target: Target would be highlighted using OutlineController.
Follow Target: Should modules follow target when playing Tutorial Object.
Target Bound Type: Types used to calculate target bounds.
Spawn Effect: Should spawn extra prefab on top of target.
Effect Prefab: Prefab object reference.
Override Effect Spawn: If true, effect prefab would be spawned using provided transform information. Otherwise, prefab would be spawned using Target's transform information.
Use Trigger: Should use trigger for individual Target
Target Trigger: Trigger configuration for the Target. Please refer to Stage Object Configuration
Last updated