docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    object
    GameObjectFactory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Lobbies.Scheduler
    Assembly: Unity.Services.Lobbies.dll
    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
    Type Description
    GameObject

    The CoreSdk game object.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)