浏览代码

Merge branch 'master-staging' into master-staging-2021_Upgrade-Async_Refactor

# Conflicts:
#	Assets/Scripts/GameLobby/Lobby/LobbyAsyncRequests.cs
#	Assets/Scripts/GameLobby/NGO/RelayNGOUtpSetup.cs
#	Assets/Scripts/GameLobby/Relay/RelayUtpSetup.cs
#	Assets/Scripts/GameLobby/Tests/PlayMode/RelayRoundTripTests.cs
#	Assets/Scripts/GameLobby/Tests/PlayMode/UtpTests.cs
#	Packages/manifest.json
#	Packages/packages-lock.json
#	ProjectSettings/PackageManagerSettings.asset
#	ProjectSettings/ProjectSettings.asset
/main/staging/2021_Upgrade/Async_Refactor
UnityJacob 2 年前
当前提交
8bd8b90c
共有 3 个文件被更改,包括 7 次插入5 次删除
  1. 2
      ProjectSettings/UnityConnectSettings.asset
  2. 10
      README.md

2
ProjectSettings/UnityConnectSettings.asset


m_Enabled: 0
m_TestMode: 0
UnityAnalyticsSettings:
m_Enabled: 1
m_Enabled: 0
m_TestMode: 0
m_InitializeOnStartup: 1
UnityAdsSettings:

10
README.md


The Lobby service allows developers to create lobbies and share data between players before a real-time network connection is established. It simplifies the first step in connecting users to other services such as Relay and provides tools to allow players to find other lobbies.
The Lobby documentation contains code samples and additional information about the service. It includes comprehensive details for using Lobby along with additional code samples, and it might help you better understand the Game Lobby Sample: [http://documentation.cloud.unity3d.com/en/articles/5371715-unity-lobby-service](http://documentation.cloud.unity3d.com/en/articles/5371715-unity-lobby-service)
The Lobby documentation contains code samples and additional information about the service. It includes comprehensive details for using Lobby along with additional code samples, and it might help you better understand the Game Lobby Sample:
[docs.unity.com/lobby](http:/docs.unity.com/lobby)
[https://dashboard.unity3d.com/lobby](http://documentation.cloud.unity3d.com/en/articles/5371715-unity-lobby-service)
[https://dashboard.unity3d.com/lobby](https://dashboard.unity3d.com/lobby)
#### **Relay**

The Relay documentation contains code samples and additional information about the service. It includes comprehensive details for using Relay along with additional code samples, and it might help you better understand the Game Lobby Sample:
[http://documentation.cloud.unity3d.com/en/articles/5371723-relay-overview](http://documentation.cloud.unity3d.com/en/articles/5371723-relay-overview)
[docs.unity.com/relay](http://docs.unity.com/relay)
[https://dashboard.unity3d.com/relay](http://documentation.cloud.unity3d.com/en/articles/5371723-relay-overview)
[https://dashboard.unity3d.com/relay](https://dashboard.unity3d.com/relay)
In this sample, once players are connected to a lobby, they are connected through Relay to set up real-time data transfer over UTP. Lobby and Relay both depend on Auth for credentials. This sample uses Auth’s anonymous login feature to create semi-permanent credentials that are unique to each player but do not require developers to maintain a persistent account for them. \

正在加载...
取消
保存