瀏覽代碼

Clarify the 2 editor assetlib browsers displaying different categories (#4633)

This closes #4630.
Hugo Locurcio 4 年之前
父節點
當前提交
21eae38598
共有 1 個文件被更改,包括 15 次插入4 次删除
  1. 15 4
      tutorials/assetlib/using_assetlib.rst

+ 15 - 4
tutorials/assetlib/using_assetlib.rst

@@ -104,9 +104,21 @@ guidelines are, in the next part of this tutorial, :ref:`doc_uploading_to_assetl
 In the editor
 -------------
 
-You can also access the AssetLib directly from Godot. It is available from two
-places - in the Project Manager's Templates tab, and inside of a project, from
-the workspaces list.
+.. note::
+
+    The editor will display different categories of assets depending on whether
+    you're browsing the project manager's **Templates** tab or the editor's
+    **AssetLib** tab.
+
+    The project manager's **Templates** tab will only display assets that are
+    standalone projects by themselves. This is denoted on the asset library with
+    the *Templates*, *Demos* and *Projects* categories.
+
+    The editor's **AssetLib** tab will only display assets that are *not* standalone
+    projects by themselves. In other words, it will display assets from all
+    categories except *Templates*, *Demos* and *Projects*.
+
+You can also access the AssetLib directly from Godot:
 
 |image7|
 
@@ -170,7 +182,6 @@ elsewhere (such as downloading them directly from the AssetLib web frontend),
 which will take you through the same package installation procedure as with the
 assets downloaded directly via Godot that we just covered.
 
-
 .. |image0| image:: img/assetlib_website.png
 .. |image1| image:: img/assetlib_search.png
 .. |image2| image:: img/assetlib_asset.png