Skip to content

Commit ef47043

Browse files
authored
Update README.md
1 parent f08b2e8 commit ef47043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Pin frequently used Unity objects and external files/folders/urls to a separate editor window. An enhanced version of the Unity's Favorites feature.
66

7-
This version is specifically developed for Unity 2019.4. If you are using Unity 2021.3 and later versions, please use version v3+ .
7+
This version is specifically developed for Unity **2019.4**. If you are using Unity 2021.3 and later versions, please use the [latest](https://github.com/SolarianZ/UnityAssetQuickAccessTool/releases/latest) version .
88

99
![Asset Quick Access Window](./Documents~/imgs/img_sample_asset_quick_access_window.png)
1010

@@ -61,4 +61,4 @@ To disable the Unity object context menu item, add the [scripting symbol](https:
6161

6262
1. Files and folders from the project folder (`Application.dataPath`) cannot be dragged into the quick access window because Unity does not provide external drag-and-drop callbacks for such items.
6363
- **Solution**: Use the add external item options from the toolbar dropdown menu instead of dragging.
64-
2. When objects dynamically generated in Play Mode are deleted and new equivalent objects (with the same type, path, etc.) are regenerated, the quick access tool is unable to associate the new equivalent objects with the previous ones, and will consider the previous objects to be in a "Missing" state.
64+
2. When objects dynamically generated in Play Mode are deleted and new equivalent objects (with the same type, path, etc.) are regenerated, the quick access tool is unable to associate the new equivalent objects with the previous ones, and will consider the previous objects to be in a "Missing" state.

0 commit comments

Comments
 (0)