Select your preferred scripting language. All code snippets will be displayed in this language.
class in UnityEditor.PackageManager
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseStructure describing a Unity Package.
Either a reference to a package in a registry, to a revision of a source repository, a resource on the net or to a package available on disk.
category | Category of the package. |
description | Detailed description of the package. |
displayName | Friendly display name of the package. |
name | Unique name of the package. |
packageId | Identifier of the package. |
resolvedPath | The local path of the project on disk. |
version | Version of the package. |