Setup (< 1 min)
Less than a minute.
Import the asset package into your Unity project.
Add the TutorialSystem prefab to your scene.
Starting from version ATM 3.0.1 the rest of the setup is performed automatically, when the prefab is added to the scene. It includes reference lookup and unpacking. You only need to check for the following points.
Unpack the prefab.
Assign the Main Camera (required). In the Tutorial Scene References, assign your Camera to the Main Camera field.
Assign the Target Canvas (required). In the Tutorial Scene References, assign your Canvas for UI to the Target Canvas field.
Check the Target World Holder. In the Tutorial Scene References, use referenced object or assign your own as the holder for 2D/3D hints.
Check the Current Device ATM. In the Tutorial Scene References, give this TutorialSystem a unique name to avoid conflicts with other ATMs on the scene in the future.
Check the Input Controller (required). In the Input Controller set the current project Input System (Old/New).
Check the Event System. If an Event System already exists in the scene, delete the backup one inside the object. If it is needed, make sure it is properly configured for the Input System.

The asset is ready to use immediately after these steps.
Last updated