Class MultiplaySessionManagerOptions
Represents the options for to start the Game Server Hosting server and create the session the player will connect to.
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.Server.dll
Syntax
[Obsolete("The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1")]
public class MultiplaySessionManagerOptions
Remarks
The Multiplay service will cease to operate on March 31st 2026 - For alternative hosting providers, please update to com.unity.services.multiplayer 2.1
Fields
Callbacks
Callbacks for the Game Server Hosting server events. Optional.
Declaration
public MultiplaySessionManagerEventCallbacks Callbacks
Field Value
| Type | Description |
|---|---|
| MultiplaySessionManagerEventCallbacks |
Properties
MultiplayServerOptions
Options for the Game Server Hosting server. Mandatory.
Declaration
public MultiplayServerOptions MultiplayServerOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| MultiplayServerOptions |
SessionOptions
Options for the session creation. Mandatory.
Declaration
public SessionOptions SessionOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| SessionOptions |