您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

876 B

Unity Lobby Beta

Welcome to the Lobby Beta! Go to the Lobby Dashboard to learn more, find documentation, and get support.

SDK Documentation

The SDK is documented using XML comments. These will work with most IDEs to provide IntelliSense and inline documentation.

Sample

Lobby comes with a simple usage sample to help you get started out of the box. Make sure you've followed the Get Started instructions on the Lobby Dashboard. To use the Lobby Hello World script, use the Project window in Unity to copy Packages/com.unity.services.lobby/Samples/HelloWorld/LobbyHellowWorld.cs into your Assets folder. Add LobbyHelloWorld.cs to a game object in your scene and hit Play. The script will run a simplified logging demo that performs several common Lobby workflows.