Grapher – Graph, Replay, Log
Make debugging easier by visualizing variables in an oscilloscope inspired way. Besides visualization, Grapher can also ins ...
by NWH Coding
★★★★★ star rating
Price History +
Make debugging easier by visualizing variables in an oscilloscope inspired way. Besides visualization, Grapher can also insta-replay, log to file and replay from file.
Features:
• Single line use -> Grapher.Log();
• Graph, log to file and log to console at the same time.
• Graphs and replays multiple variables concurrently.
• Supported types: float, int, bool, enum, List, Array, Queue, Vecto2, Vector3 (IEnumerables and Vectors are displayed as multiple channels).
• Replay immediately after exiting play mode, or later from file.
• Manually and automatically adjustable horizontal (time) and vertical (value) resolution.
• Full C# source code included.