About Graph Toolkit Samples
Warning
This is an experimental package that's not meant for production use. The features and documentation in this package might change before it's verified for general release.
The Graph Toolkit Samples package contains samples for Unity Graph Toolkit. These samples allow you to explore practical examples that demonstrate Graph Toolkit usage.
Use the Package Manager window to install the samples package com.unity.graphtoolkit-samples and import the samples. After you have imported the samples you can remove the package from the project.
Note
All samples are intended as a learning resource and are not designed to function as fully-featured tools. Certain architectural decisions were made to keep the samples straightforward and focused on demonstrating key concepts.
| Topic | Description |
|---|---|
| Texture Maker | Discover a graph tool that shows how to use a Scripted Importer to convert graph data into a built-in Unity Texture2D. |
| Visual Novel Director | Discover a graph tool that directs a visual novel at runtime, with a custom runtime and execution engine. |
| Dungeon Graph Generator | Discover a graph tool that comes with a procedural generator that creates graph assets using Graph Toolkit's API. |