# AUTOMATIC TUTORIAL MAKER DOCS 🔰

<figure><img src="/files/lqjYiBXu7cel16kdSOQi" alt=""><figcaption></figcaption></figure>

Automatic Tutorial Maker is a Unity tool that automatically generates in-game tutorial by recording developer's actions. Simply demonstrate the required actions once, and the system creates a step-by-step tutorial, with each step fully customizable. This asset is useful for saving development time on repetitive tooltips or for explaining unique gameplay mechanics to players.

{% hint style="info" %}
These docs are designed for prompting, so any AI can help you understand ATM better! See [Prompting & PDF](/automatic-tutorial-maker-for-unity-in-game-tips/help/prompting-and-pdf.md).
{% endhint %}

<figure><img src="/files/qKbqsEA2uOgBlXbBkXBC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/iELGTG3QdAXcV421RGzt" alt=""><figcaption></figcaption></figure>

Key features:

* Real-time tutorial recording with instant step generation
* Comprehensive action recognition (clicks, double clicks, swipes, keycodes, hold, drag & drop, etc). See [Supported Input](/automatic-tutorial-maker-for-unity-in-game-tips/data/supported-input.md)
* Multiple visual tip types: dynamic pointers, fixed graphics, mixed hints. See [Supported Visuals](/automatic-tutorial-maker-for-unity-in-game-tips/data/supported-visuals-ui.md)
* Customizable animations for visual elements (appear, disappear, idle states)
* Progress saving between sessions with JSON storage
* Advanced control: async steps support, manual step triggering via script
* Support for 2D, 3D, UI pointers and targets with automatic object type detection
* Cross-platform compatibility: desktop (mouse/keyboard), mobile (touch input), Xbox gamepads
* Support for easy localization of hint texts via CSV file. [See Supported Languages](/automatic-tutorial-maker-for-unity-in-game-tips/data/supported-languages.md)
* Support for adaptive tutorials across multiple devices (PC, mobile, gamepad tutorial tips switchable). See [Adaptive Tutorial](/automatic-tutorial-maker-for-unity-in-game-tips/usage-guide/advanced-adaptive-tutorial.md)

Technical details:

* Developed using Unity 2022.3.20f1 (LTS). There is support for Unity 6
* Tested on Android devices (API 24+) and Windows 10 PCs
* Minimal performance impact thanks to optimized detection system
* Support for both the Old and the New Unity input system ([see Supported Input](/automatic-tutorial-maker-for-unity-in-game-tips/data/supported-input.md))
* The asset relies only on standard Unity components, with no third-party library dependencies (TextMesh Pro is required for text tooltips)
* AI is not used internally, but the tool is adapted to work with it


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://octanta-studio.gitbook.io/automatic-tutorial-maker-for-unity-in-game-tips/automatic-tutorial-maker-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
