Sessions observability
Monitor, debug, and respond to multiplayer session and player events using the Sessions Viewer and event APIs.
Read time 1 minuteLast updated 12 hours ago
The Sessions observability tools help you track and debug multiplayer sessions. Use the Sessions Viewer in the Unity Editor to inspect active sessions during Play Mode, and use event-driven APIs to monitor session lifecycle changes and player activity.
Topic | Description |
|---|---|
| Session Viewer | Debug active multiplayer sessions in Play Mode by viewing real-time session information in the Unity Editor. |
| Session Observer | Track events related to session creation using the |
| Session events | Monitor session lifecycle changes by subscribing to these events. |
| Session Player events | Monitor events related to players' interaction with sessions. |