Skip to content

The Multiplay SDK provides functionality to facilitate Multiplay services. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]

License

Notifications You must be signed in to change notification settings

needle-mirror/com.unity.services.multiplay

Repository files navigation

Multiplay SDK

The Multiplay SDK provides various functionality to setup a dedicated game server using Multiplay.

The Multiplay SDK depends on the Operate Core SDK.

To use the SDK you must initialize the Operate Core SDK.

using Unity.Services.Core;
using Unity.Services.Multiplay;
try
{
    await UnityServices.Initialize();
}
catch (Exception e)
{
    Debug.Log(e);
}

You should then be able to access the Multiplay SDK using a singleton interface:

await MultiplayService.Instance.ReadyServerForPlayersAsync();

Multiplay OneAction Authoring

The Multiplay SDK provides authoring tools to simplify your experience while developing Multiplay servers.

In order to access the authoring tools you must be using Unity 2021.3.0f1 or newer.

About

The Multiplay SDK provides functionality to facilitate Multiplay services. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages