Home
What is LiveWatch?
LiveWatch is a powerful tool for monitoring variables in real time in Unity, with full history of changes.
With LiveWatch, you can:
-
Track variables with full history
Monitor all changes to your variables, ensuring you can review the entire history of each variable’s state over time.
-
Monitor any type of data
Track any variable type whether it’s a built-in Unity type, a collection (
List
,Dictionary
, etc.), or a custom type. -
Flexible display modes
Switch between Graph mode for high-level visual overviews, or use Cell mode for a more detailed, table-like view.
-
Advanced search
Dive into the entire history of values using complex search queries connected by boolean logic.
-
Conditional formatting
Customize value appearances using color formats, including conditional rules based on the values themselves.
-
Save/Load functionality
Store your variable data as binary files and inspect the recorded values on different devices or projects.
What is LiveWatch Lite?
LiveWatch Lite is the free basic version of LiveWatch, offering limited features compared to the Pro (Full) version.
Feature | Lite | Pro |
---|---|---|
Full history of changes | ||
Basic variable types | ||
Cell/Graph modes | ||
Custom types | ||
Advanced search | ||
Conditional formatting | ||
Extra text | ||
Stack traces | ||
Custom buttons | ||
Save/Load to binary | ||
Private members | WIP | |
Remote debugging | WIP |
Not sure where to begin? Jump into the next chapter