v1.2.1
Latest
2020.3+

Class GameObjectFactory

A convenience class for creating GameObjects for the SdkCore.

As this uses the Unity API it is not thread-safe and must be called from the main thread.

Inheritance
GameObjectFactory
Namespace: Unity.Services.Lobbies.Scheduler
Syntax
public static class GameObjectFactory

Methods

CreateCoreSdkGameObject()

Creates a CoreSdk game object, which will contain all components required by the SDK.

Declaration
public static GameObject CreateCoreSdkGameObject()
Returns
TypeDescription
UnityEngine.GameObject

The CoreSdk game object.