docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectConfigData

    The project configuration settings for addressables.

    Inheritance
    Object
    ProjectConfigData
    Namespace: UnityEditor.AddressableAssets.Settings
    Syntax
    public class ProjectConfigData : object

    Properties

    ActivePlayModeIndex

    The active play mode data builder index.

    Declaration
    public static int ActivePlayModeIndex { get; set; }
    Property Value
    Type Description
    Int32

    GenerateBuildLayout

    Whether to generate the bundle build layout report.

    Declaration
    public static bool GenerateBuildLayout { get; set; }
    Property Value
    Type Description
    Boolean

    HierarchicalSearch

    Whether to allow searching for assets parsed hierarchally in the Addressables Groups window.

    Declaration
    public static bool HierarchicalSearch { get; set; }
    Property Value
    Type Description
    Boolean

    LocalLoadSpeed

    The local bundle loading speed used in the Simulate Groups (advanced) playmode.

    Declaration
    public static long LocalLoadSpeed { get; set; }
    Property Value
    Type Description
    Int64

    PostProfilerEvents

    Whether to post profiler events in the ResourceManager profiler window.

    Declaration
    public static bool PostProfilerEvents { get; set; }
    Property Value
    Type Description
    Boolean

    RemoteLoadSpeed

    The remote bundle loading speed used in the Simulate Groups (advanced) playmode.

    Declaration
    public static long RemoteLoadSpeed { get; set; }
    Property Value
    Type Description
    Int64

    ShowGroupsAsHierarchy

    Whether to display groups names parsed hierarchally in the Addressables Groups window.

    Declaration
    public static bool ShowGroupsAsHierarchy { get; set; }
    Property Value
    Type Description
    Boolean

    ShowSubObjectsInGroupView

    Whether to display sub objects in the Addressables Groups window.

    Declaration
    public static bool ShowSubObjectsInGroupView { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023