Vixen
02b45cc4
csharp
public enum UpdateRestriction

Whether a group may change after the application has shipped.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Unity's content-update semantics, and the non-obvious piece people discover they need six months after shipping. A group baked into the application binary cannot be replaced by a download, so an asset in one that changes has to be moved somewhere that can be — see ContentBuilder.

Fields and properties (2)

  • CanChangePostRelease

    It may be replaced by a content update.

  • CannotChangePostRelease

    It shipped inside the application and is never redownloaded.

Used by (6)

  • AddressableGroupVixen.Editor.Assets
  • AddressableGroupDocumentTestsVixen.Editor.AssetEditors.Tests
  • AddressableGroupEditsVixen.Editor.AssetEditors
  • Describes_Vixen_Editor_AssetEditors_Content_AddressableGroupEditsVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.Assets
  • Vixen_Editor_AssetEditors_Content_AddressableGroupEditsSerializerVixen.Editor.AssetEditors