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.
Inherited Members
Namespace: Unity.Services.Lobbies.Scheduler
Assembly: solution.dll
Syntax
public static class GameObjectFactory
Methods
Name | Description |
---|---|
CreateCoreSdkGameObject() | Creates a CoreSdk game object, which will contain all components required by the SDK. |