기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Multiplayer Services SDK

All Services

Multiplayer Services SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Multiplayer
​
​
Multiplayer Services SDK
  • Overview
  • Get started
  • Use multiplayer sessions
  • Manage sessions
    • Lobby events
    • Rate limits
    • Information management in sessions
    • Synchronize player names in a session
    • Access control
    • Session error messages
  • Connect players through a relay
  • Networking
  • Matchmaking
  • Monitor and debug sessions
  • Tutorials
  • Reference
  1. Multiplayer Services SDK

Lobby events

Subscribe to real-time lobby events to receive updates when lobby or player state changes occur.
읽는 시간 1분
최근 업데이트: 2일 전

The Multiplayer Services package handles the Lobby Events system through multiplayer sessions. Events are sent every time member-observable player/lobby state is changed. For example, when a player joins or leaves, a player updates public/member data, or the host updates public/member lobby data. Events aren't sent if a player or the host updates a private property of the lobby.
The Multiplayer Services SDK handles all events automatically. When you create or join a session, the SDK maintains the event connection and automatically updates the internal state of the ISession object before any events are fired.
Using events is more efficient than repeatedly checking the lobby state through
gets
because you only receive updates when something changes. Events are useful if you would otherwise make many
get
requests per second. Event payloads are smaller as they only include the changes. However, events aren't always reliable and might arrive out of order.
Use the ISession interface to retrieve information on a lobby.
참고
Events can be unreliable and don't guarantee in-order delivery.
Refer to the Multiplayer Services package documentation for more informaiton.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.


    이 페이지의 문제 보고