TutorialAi
5 tools in this family (folder Editor/Tools/TutorialAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
tutorial_create_definition_asset | writes | Materialize a TutorialDefinition .asset (ScriptableObject) from a TutorialSpec JSON. |
tutorial_export_dot_graph | writes | Export the tutorial step graph as a Graphviz .dot file for visualization. |
tutorial_generate_code | writes | Emit 3 runtime C# files from a TutorialSpec JSON:\n |
tutorial_propose_from_prompt | read-only | Generate a TutorialSpec JSON from a free-form prompt describing your game's first 5 minutes. |
tutorial_validate_spec | read-only | Validate a TutorialSpec JSON: checks that step ids are unique, fork branches reference valid |