Version: 2022.2
Unity 的界面
Scene 视图

Project 窗口

The Project window displays all of the files related to your Project and is the main way you can navigate and find Assets and other Project files in your application. When you start a new Project by default this window is open. However, if you cannot find it, or it is closed, you can open it via Window > General > Project or press Ctrl+5 (macOS: Cmd+5).

处于 Tall 布局中的 Project 窗口
处于 Tall 布局中的 Project 窗口

You can move the Project window by clicking dragging the top of the window. You can either dock it into place in the Editor, or drag it out of the Editor window to use it as a free-floating window. You can also change the layout of the window itself. To do this, select the More menu (⋮) in the top right of the window and choose from either One Column Layout or Two Column Layout. The Two Column Layout has an extra pane which shows a visual preview of each file.

设置为 Two Column Layout 的 Project 窗口
设置为 Two Column Layout 的 Project 窗口

浏览器的左侧面板将项目的文件夹结构显示为层级列表。从列表中选择文件夹时,Unity 将在右侧面板中显示其内容。可单击小三角形来展开或折叠文件夹,显示文件夹包含的任何嵌套文件夹。单击时按住 Alt 键将以递归方式展开或折叠所有嵌套文件夹。

各个资源在右侧面板中显示为图标,这些图标指示了资源的类型(例如,脚本、材质、子文件夹)。要调整图标的大小,可使用面板底部的滑动条;如果滑动条移动到最左侧,这些图标将替换为层级列表视图。滑动条左侧的空白位置显示当前选定项,包括该项的完整路径(如果正在执行搜索)。

项目结构列表上方是 Favorites 部分,可在其中保存常用项以方便访问。可将所需项从项目结构列表拖动到 Favorites 部分,也可在此处保存搜索查询结果。

Project 窗口工具栏

沿窗口顶部边缘的是浏览器的工具栏。

属性 描述
Create menu 显示可以添加到当前选定文件夹的资源和其他子文件夹的列表。
Search bar 使用搜索栏来搜索项目中的文件。可以选择在整个项目 (All)、项目的顶级文件夹(单独列出)、当前选择的文件夹或 Asset Store 中进行搜索。
Open in Search Opens the Unity Search tool to refine your search.
Search by Type 选择此属性可将搜索限制为特定类型,例如“网格”、“预制件”、“场景”。
Search by Label 选择此属性可选择要在其中搜索的标签。
Save Search Saves your search under Favorites in the left panel.
Hidden packages count 选择此属性可在 Project 窗口中切换包的可见性。

搜索筛选条件

Search filters work by adding an extra term in the search text. A term beginning with “t:” filters by the specified asset type, while “l:” filters by label. You can type these terms directly into the search box rather than use the menu if you know what you are looking for. You can search for more than one type or label at once. Adding several types will expand the search to include all specified types (that is, types will be ORed together). Adding multiple labels will narrow the search to items that have any of the specified labels (that is, labels will be ORed together).

搜索 Asset Store

Project Browser 的搜索也可应用于 Unity Asset Store 中可用的资源。如果从示踪导航栏的菜单中选择 __Asset Store__,则会显示 Asset Store 中与查询匹配的所有免费和付费资源。按类型和标签搜索的工作方式与 Unity 项目相同。首先根据资源名称检查搜索查询词,然后按顺序检查资源包名称、资源包标签和资源包描述(因此,名称中包含搜索词的项的排名将高于资源包描述中包含该搜索词的项)。

如果从列表中选择一项,该项的详细信息将显示在 Inspector 中,同时还提供购买和/或下载选项。有些资源类型在此部分中提供了预览,因此可以在购买前旋转 3D 模型。Inspector 还提供了一个选项允许在常规 Asset Store 窗口中查看资源以了解更多详细信息。

快捷键

当浏览器视图获得焦点时,可使用以下键盘快捷键。请注意,其中一些快捷键仅在视图使用双列布局时才起作用(可使用右上角的面板菜单在单列和双列布局之间切换)。

快捷键 功能
F 定格所选项(即,在包含文件夹中显示所选资源)
Tab 在第一列和第二列之间移动焦点(两列)
Ctrl/Cmd + F 聚焦搜索字段
Ctrl/Cmd + A 选择列表中的所有可见项
Ctrl/Cmd + D 复制所选资源
Delete 删除并显示对话框 (Win)
Delete + Shift 删除而不显示对话框 (Win)
Delete + Cmd 删除而不显示对话框 (OSX)
Enter 开始重命名所选项 (OSX)
Cmd + 向下箭头 打开所选资源 (OSX)
Cmd + 向上箭头 跳转到父文件夹(OSX,两列)
F2 开始重命名所选项 (Win)
Enter 打开所选资源 (Win)
Backspace 跳转到父文件夹(Win,两列)
向右箭头 展开所选项(树视图和搜索结果)。如果该项已展开,则将选择其第一个子项。
向左箭头 折叠所选项(树视图和搜索结果)。如果该项已折叠,则将选择其父项。
Alt + 向右箭头 将资源显示为预览时展开项
Alt + 向左箭头 将资源显示为预览时折叠项
Unity 的界面
Scene 视图