# AUTOMATIC TUTORIAL MAKER DOCS 🔰

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

{% file src="/files/v6GTEqP01hU5zWmILRIY" %}

{% file src="/files/kxRIpLbVC5QhoBmEHeRC" %}

**Automatic Tutorial Maker** - 个Unity工具，通过录制开发者的操作自动生成游戏内教程。只需演示一次所需操作，系统就会创建分步教程，每个步骤都可完全自定义。该工具适合两类开发者：经常制作休闲游戏且需要节省实现类似教程时间的开发者，以及由于缺乏经验或游戏玩法独特而难以向玩家解释独特游戏机制的开发者。

{% hint style="info" %}
这些文档专为提示而设计，因此任何AI都可以帮助您更好地理解ATM！请参阅 [Prompting & PDF](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/help/prompting-and-pdf.md)。
{% endhint %}

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

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

**主要功能：**

* 实时教程录制，即时生成步骤
* 全面的操作识别（点击、双击、滑动、按键、长按、拖拽等）。参见 [Supported Input](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/data/supported-input.md)
* 多种视觉提示类型：动态指针、固定图形、混合提示。参见 [Supported Visuals](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/data/supported-visuals-ui.md)
* 视觉元素的可自定义动画（出现、消失、空闲状态）
* 通过JSON存储在会话间保存进度
* 高级控制：支持异步步骤、通过脚本手动触发步骤
* 支持2D、3D、UI指针和目标，具有自动对象类型检测
* 跨平台兼容性：桌面端（鼠标/键盘）、移动端（触摸输入）、Xbox手柄
* 通过CSV文件支持提示文本的轻松本地化。参见 [Supported Languages](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/data/supported-languages.md)
* 支持跨多个设备的自适应教程（PC、移动端、手柄教程提示可切换）。参见 [Adaptive Tutorial](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/usage-guide/advanced-adaptive-tutorial.md)

**技术细节：**

* 使用Unity 2022.3.20f1 (LTS)开发
* 在Android设备（API 24+）和Windows 10 PC上测试
* 通过优化的检测系统实现最小性能影响
* 支持旧版和新版Unity输入系统（参见 [Supported Input](/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/data/supported-input.md)）
* 该资源仅依赖标准Unity组件，无第三方库依赖
* 内部未使用AI，但工具已适配与AI协作


---

# 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/zi-dong-jiao-cheng-sheng-cheng-qi-you-xi-nei-ti-shi-cn/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.
