Automatic Tutorial Maker: in-game tips
  • AUTOMATIC TUTORIAL MAKER DOCS 🔰
  • ⚙️ Unity Asset Store Page
  • ▶️ Official YouTube playlist
  • 🤝 Discord support
  • ⚡Extra Short Guide
  • DATA
    • Core Components
    • Supported Input
    • Supported Input (Joystick)
    • Supported Languages
    • Supported Visuals (UI)
    • Supported Visuals (World)
    • Visuals Prefabs
  • Usage Guide
    • Setup
    • Tutorial Creation
    • Step Customization
    • Advanced: Creating Visual Prefab
    • Advanced: Manual Step Calls
    • Advanced: Localization
    • Advanced: Adaptive Tutorial
    • Tutorials Gallery
  • Additional
  • HELP
    • Prompting & PDF
    • Contacts
Powered by GitBook
On this page
  1. Usage Guide

Tutorial Creation

Simply showing what to do on the scene.

PreviousSetupNextStep Customization

Last updated 23 days ago

Do not reboot or leave the scene while recording.

Here, the recording logic is handled within the Automatic Tutorial Maker (ATM) script.

  1. Run the scene. It is recommended to reset the progress back to the start (clear Player Prefs or JSON files) before.

  2. Click the Start Recording button in the AutomaticTutorialMaker. Recording has started, and all your actions in the Game window are being tracked in real time now.

  1. Show what needs to be done. Every interaction is recorded as a step in the Step Sequence list in ATM, allowing to later show the player what to do.

  1. Show the full sequence the player needs to learn. For example, click an object, drag one object onto another, use WASD, swipe, scroll - everything required to complete the active scene from start to finish.

  2. Click the Stop Recording button in the AutomaticTutorialMaker when ready. This will initiate the exit from PlayMode and save the generated tutorial. If the button isn't pressed and Play Mode is exited, nothing will be saved.

  1. Run the scene. Now you see the basic visual tips that ATM has generated based on your actions. Try following the tutorial to test it.

  1. Click the Reset Tutor Progress button in the StepSequencePlayer at runtime to reset the progress and check the tips from the very beginning.

Now that the foundation of the tutorial is created, it can be customized in Edit Mode.

ATM button to record tutorial for this scene. Play Mode required
Step
ATM button to record tutorial for this scene. Play Mode required
Default Pointer
SSP button to reset progress on the scene. Play Mode required