Vixen
dd8b0a81
csharp
public enum PrefabUnresolvedKind

Why a prefab an instance names could not be opened.

Read the guide page for this →

Remarks

⚠ Every one of these leaves the instance exactly as the file had it. A renamed, unbuilt or not-yet-imported prefab must not cost a level its content — that is the whole reason doc 47 § 3 chose a format that keeps resolved values. An unresolved template degrades to an ordinary subtree carrying a dead link, which comes back the moment the asset does.

Fields and properties (4)

  • NotAReference

    The reference is not a vx: reference at all.

  • NotInProject

    Nothing in the project has that GUID.

  • NoFile

    The asset is there and the file behind it is not.

  • Unreadable

    The file is there and is not a prefab this editor can read.

Used by (4)

  • PrefabVixen.Editor.AssetEditors
  • PrefabPlacementTestsVixen.Editor.AssetEditors.Tests
  • PrefabReconcileVixen.Editor.Core
  • PrefabUnresolvedVixen.Editor.Core