Sessions observability

Monitor, debug, and respond to multiplayer session and player events using the Sessions Viewer and event APIs.

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.

TopicDescription
Session ViewerDebug active multiplayer sessions in Play Mode by viewing real-time session information in the Unity Editor.
Session ObserverTrack events related to session creation using the SessionObserver class.
Session eventsMonitor session lifecycle changes by subscribing to these events.
Session Player eventsMonitor events related to players' interaction with sessions.