로비 서비스란?
public 또는 private Lobby에서 게임이 시작하기 전이나 플레이하는 플레이어들을 연결해주는 서비스입니다
로비 서비스를 사용하기 위해선 SDK를 설치해야 하며 다음 순서를 따르면 됩니다
- In Unity, navigate to Window > Package Manager.
- From the Package Manager, search for com.unity.services.lobby or scroll through the Unity Registry to find the Lobby package.
- Select the package and click Install.
로비 관리하는 방법은?
- 로비 만들기
- 로비 참여하기
- lobby 데이터 Update
- player 데이터 Update
- Query for Lobbies
- Host Migration
순으로 설명해보겠습니다