AssetLocation Enum

Definition

Represents where a Unity project reference asset is located.

public enum class AssetLocation
public enum AssetLocation
type AssetLocation = 
Public Enum AssetLocation
Inheritance
AssetLocation

Fields

BuiltInPackage 2

Inside the Packages folder shipped with the Unity version (without source).

BuiltInPackageWithSource 3

Inside the Packages folder shipped with the Unity version (with source).

Package 1

Inside the Packages folder of the Unity project.

Project 0

Inside the Assets folder of the Unity project.

Applies to