PackageInfo

class in UnityEditor.PackageManager

Switch to Manual

Description

用于描述 Unity 包的结构。

对注册表中的包、源代码仓库修订版本、网络中的资源或磁盘上可用包的引用。

Variables

assetPathThe asset path of the package in the AssetDatabase.
authorAn AuthorInfo instance of the author of the package.
category包的类别。
dependenciesAn array of DependencyInfos listing all the packages this package directly depends on.
description包的详细描述。
displayName包的友好显示名称。
errors与包相关的错误。
keywordsAn array of keywords associated with the package.
name包的唯一名称。
packageId包的标识符。
resolvedDependenciesAn array of DependencyInfos listing all the packages this package directly or indirectly depends to and the versions they resolved to.
resolvedPath磁盘上项目的本地路径。
source包内容的来源。
status包的状态。
version包的版本。
versions包含有关包的可用版本信息的 VersionsInfo 实例。