Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PackageName

The package name.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. IShouldIncludeInBuildCallback interface is deprecated and will be removed in a later version, use PluginImporter.SetIncludeInBuildDelegate instead.
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
name
attribute in the package manifest (package.json).