Vixen
dd8b0a81
csharp
public sealed class MetaVersionException

A file written by a newer editor than the one trying to read it.

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

Fields and properties (2)

  • public int FileVersion

    What the file says.

  • public int CurrentVersion

    What this build understands.

Methods (1)

  • public MetaVersionException(int fileVersion, int currentVersion)

    A file written by a newer editor than the one trying to read it.

Used by (8)

  • AssetMetaTargetVixen.Fuzz
  • MetaMigrationChainVixen.Core.Yaml
  • MetaTestsVixen.Core.Yaml.Tests
  • EditorApplicationVixen.Editor.App
  • MeshMapLibraryVixen.Editor.Assets
  • ProjectMaterialBakerVixen.Editor.Assets
  • ProjectMeshMapBakerVixen.Editor.App
  • ProjectMeshSourceVixen.Editor.Assets