Class ProjectConfigData
The project configuration settings for addressables.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public class ProjectConfigData
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 |