Create Tutorial Manager
Last updated
Last updated
Tutorial Manager is the core component of Tutorial Factory. It contains all the stages and tutorials configurations that would be used at runtime. Tutorial Manager could be disable or deleted once you are done with the tutorials.
Click on Tools -> HSVStudio -> TutorialManager -> Setup Tutorial Manager. This creates new Tutorial Manager gameobject if no existing Tutorial Manager is found. It will also setup and initialize Tutorial Manager's on scene references on creation.
Tutorial Manager component would add PhysicsRaycaster component onto Main Camera used by Tutorial Factory. PhysicsRaycaster is used to detect pointer event on scene object as seen through Main Camera. Please remember to remove PhysicsRaycaster if you find that it is not removed by Tutorial Manager on its removal.
'Create New Database' button creates database resource assets.
'Load Database' button loads stored configuration to the existing Tutorial Manager.
'Save Database' button saves Tutorial Manager configurations to the asset resource.
Please setup references for Camera and Canvas field.