Class ManifestData
Inherited Members
Namespace: UnityEditor.PackageManager.ValidationSuite
Assembly: solution.dll
Syntax
public class ManifestData
Fields
Name | Description |
---|---|
author | |
authorDetails | |
dependencies | |
description | |
displayName | |
documentationUrl | |
keywords | |
lifecycle | |
name | |
path | |
relatedPackages | |
repository | |
samples | |
type | |
unity | |
unityRelease | |
version |
Properties
Name | Description |
---|---|
Id | |
IsProjectTemplate | |
PackageType |
Methods
Name | Description |
---|---|
EvaluateLifecycle(string) | If the package we are evaluating is trying to release a -preview, then this is against lifecycle v1 rules Otherwise, we evaluate against lifecycle v2 rules for all packages |
GetPackageId(string, string) | |
IsAuthoredByUnity() | If the package we are evaluating is authored by Unity |