public record class AddressableGroupAn addressable group: a policy for a set of assets.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Written as a .vxgroup file next to the assets it governs, and bound through the same YAML machinery as a .meta file — so the format is the API and an artist can read it.
Fields and properties (9)
public const string ExtensionWhat a group file is called.
public string NameWhat the group is called. Bundles are named after it.
public ContentProvider LoadPathWhether its bundles ship with the application or are downloaded.
public BundlePacking PackingHow its assets are distributed across bundles.
public CompressionMethod CompressionHow its bundles' chunks are compressed.
public BundleNaming BundleNamingWhat its bundle files are called.
public bool IncludeInBuildWhether it is built at all. A group of work in progress is turned off rather than deleted.
public UpdateRestriction UpdateRestrictionWhether it may be replaced by a content update.
public string RemoteUrlWhere its bundles are fetched from, for a remote group.
Used by (16)
- ContentAddressablesRemote
- AddressableGroupDocumentVixen.Editor.AssetEditors
- AddressableGroupDocumentTestsVixen.Editor.AssetEditors.Tests
- BuildPlanVixen.Editor.Assets
- BuildPlannerVixen.Editor.Assets
- BuildPlannerTestsVixen.Editor.Assets.Tests
- ContentBuilderVixen.Editor.Assets
- ContentBuilderTestsVixen.Editor.Assets.Tests
- ContentPipelineVixen.Editor.Assets
- DoctorRunnerVixen.Cli
- ImportSettingsMirrorTestsVixen.Editor.AssetEditors.Tests
- PlannedProjectVixen.Editor.Assets.Tests
- ProjectVixen.Cli
- ProjectWorkspaceVixen.Editor.Assets
- TypeRegistrationVixen.Editor.Assets
- VixenCommandTestsVixen.Cli.Tests