Table of Contents

Enum AssetOrigin

Namespace
CodeStage.Maintainer.Core
Assembly
Build.dll

Origin of the asset, representing where it resides.

[Serializable]
public enum AssetOrigin : byte

Fields

AssetsFolder = 0

Found at the Project/Assets folder.

EmbeddedPackage = 30

Found inside the Project/Packages folder.

ImmutablePackage = 20

Found at the special user-specific Unity packages cache folder or at the Project/Library/PackageCache folder.

Settings = 10

Found at the Project/ProjectSettings folder.

Unknown = 100

Rest of the assets.