Skip to content

Watchers Integration

The Live Event Debugging system integrates with the Watchers feature in InspectMe Pro, allowing you to track structural changes related to your events.

Supported Watch Target

Event Listener Count

You can attach a watcher to the listener count of an event node. This lets you monitor how many callbacks (delegates or UnityEvent listeners) are attached to the event at runtime.

This is particularly useful for:

  • Detecting when listeners are added or removed dynamically.
  • Debugging systems that register or deregister events during gameplay.
  • Ensuring that expected subscriptions are intact during key moments.

Trigger Condition:
The watcher will trigger only when the number of listeners changes.

How to Attach

You can attach a watcher to the listener count using any of these methods:

  • Right-click on an event node in the Tree ViewAdd Watcher.
  • Use the Add Watcher button from the toolbar when an event is selected.
  • Drag and drop the event node into the Watchers panel.
  • Programmatically via the scripting API. See: Add Watcher via Script

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