Version: 2020.1
查找包
对列表排序

包列表上下文

要更改列表中显示的包,请从 Package Manager 窗口的 Packages 下拉菜单中选择所需的上下文。

设置要出现在列表中的包的上下文
设置要出现在列表中的包的上下文

可从以下选项中进行选择:

上下文: 描述:
Unity Registry 显示 Unity 包注册表中的所有包,无论这些包是否已安装在项目中。这不包括从任何其他位置或任何作用域注册表安装的包。

这是默认的列表上下文。
My Registries Displays any packages available from any scoped registry installed in this project.
In Project 显示项目中当前安装的所有包,包括本地的git嵌入式包,以及从任何注册表安装的包。
My Assets Displays all Asset Store packages (.unitypackage) that you have purchased using the Unity ID you are currently logged in with.
Built-in 仅显示 Unity 的内置包(表示 Unity 的一些核心功能)。可以使用这些包打开和关闭 Unity 模块

提示:您可以在 Unity Scripting API 中找到有关每个内置包(模块)实现的更多信息。每个模块程序集页面均列出了内置包实现的 API。

选择一个新的上下文时,您的选择将出现在 Packages 下拉菜单中,并且列表显示与您的选择匹配的包。

注意
If you entered any text in the search box or set any filters, the list only displays packages which match the context, the search criteria, and the active filters.



  • 在 Unity 2019.3 中添加了 My Assets 上下文NewIn20193

  • Unity Registry 上下文取代了 Unity 2019.4 中添加的 All packages 上下文和 My Registries 上下文 NewIn20194

  • 在 Unity 2020.1 中添加了 Asset Store 筛选器 NewIn20201


查找包
对列表排序