Documentation

Support

Multiplayer

Multiplayer

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 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.