Skip to content

Supported Types

Watchers in InspectMe can be utilized with various member types, each with specific trigger conditions:

  • Value Types: Inspect basic data types such as int, float, string, etc., for direct value changes.
  • Collections: Monitor all generic collections, including custom classes derived from these. The watcher triggers when there's a change in the collection size.
  • Interfaces: Track members representing interface implementations. The watcher activates upon changes in the assigned reference.
  • Special Types: Includes DateTime, TimeSpan, and Unity-specific value types like Vector3, Color, Curve, etc., catering to a wide range of use cases.

For any queries or support regarding Watchers feature, please refer to our Support section or visit our FAQ page.