Sessions observability
Monitor, debug, and respond to multiplayer session and player events using the Sessions Viewer and event APIs.
阅读时间1 分钟最后更新于 1 个月前
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. |