The package is inspired by industry-standard plotting tools such as gnuplot and matplotlib, and allows you to create graphs both at runtime and in the Unity Editor. It is based on UI Toolkit, making it a modern tool for Unity. For more details, please refer to the documentation.
Features
- Unified API for both runtime (Game View) and editor (inspectors, custom windows) graphs.
- Built on UI Toolkit with support for styling via .uss or C# scripts.
- Supported plot types:
- lines,
- points,
- lines points,
- ...and more are planed (see the roadmap).
- Utilities for fast drawing of analytical functions.
- Comprehensive documentation, including tutorials and usage examples.
Unity version compatibility
The recommended Unity version is 6.3 or newer.
- Fully supported: 6.4, 6.3
- Partially¹ supported: 6.2, 6.1, 6.0
- Unsupported: Unity versions older than 6.0.
¹ Limitations: dashPattern is not available (introduced in Unity 6.3)