v1.0.0
Latest
2022.3+
Enum MultiplayConfig.Query
Available query protocols: https://docs.unity.com/ugs/en-us/manual/game-server-hosting/manual/concepts/query-protocols
Namespace: Unity.Services.Multiplay.Authoring.Core.Assets
Syntax
public enum Query
Fields
Name | Description | Value |
---|---|---|
Sqp | The Server Query Protocol (SQP) allows clients to retrieve information about a running game server using UDP/IP packets. | 0 |
A2s | A2S is a UDP-based game server query protocol that Valve Software keeps as a part of the Steam SDK. | 1 |
None | No query protocol | 2 |