csharp
public enum PrefabUnresolvedKindWhy a prefab an instance names could not be opened.
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)
NotAReferenceThe reference is not a vx: reference at all.
NotInProjectNothing in the project has that GUID.
NoFileThe asset is there and the file behind it is not.
UnreadableThe 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