PackageName
The package name.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.PackageManager
- Assembly: UnityEditor.CoreModule
string PackageName { get; }
Remarks
Name of the package associated with this instance. The build pipeline invokes the IShouldIncludeInBuildCallback.ShouldIncludeInBuild method once for each managed plugin in this package during a build. This name must match the attribute in the package manifest (package.json).
name