Grapher is a debugging tool that helps you visualize variables in a graphical format, making it easier to understand and debug your Unity project. It also allows you to log and replay variables, making it a powerful tool for testing and optimization. With Grapher, you can:
- Log variables to file, console, or both
- Graph and replay multiple variables concurrently
- Support for various data types, including floats, integers, booleans, enums, lists, arrays, queues, and vectors
- Adjustable horizontal and vertical resolution
- Full C# source code included
Grapher is designed to make debugging easier and more efficient, saving you time and effort in the development process.
Grapher supports the following data types:
- float
- int
- bool
- enum
- List
- Array
- Queue
- Vector2
- Vector3
- IEnumerables
- Vectors
It also allows for manual and automatic adjustment of horizontal (time) and vertical (value) resolution.





