Search Results for

    Show / Hide Table of Contents

    Namespace Glitch9.ScriptableObjects

    Classes

    NamedScriptableObject

    ScriptableDatabase<TDatabase, TData, TSelf>

    ScriptableRuntimeSingletonLoader

    ScriptableRuntimeSingleton<TSelf>

    Singleton ScriptableObject instance for runtime use. There is an official Unity class called 'ScriptableSingleton', but it's an editor-only class.

    This class provides a way to create a singleton instance of a ScriptableObject that can be accessed at runtime.

    Note: This scriptable object must be placed in the Resources folder or its subfolders.

    Interfaces

    IDatabase

    In this article
    Back to top AI DevKit Documentation