Sandbox Logo

ProjectConfig.EditorReferences

List<string> EditorReferences { get; set; }

Description

A list of packages that this package uses but there is no need to install. For example, a map package might use a model package - but there is no need to download that model package because any usage will organically be included in the manifest. However, when loading this item in the editor, it'd make sense to install these 'cloud' packages.

Return

User Comments