Skip to content

Commit d7cd6e7

Browse files
committed
feat: Restore the functionality to find objects by path or guid
1 parent 9ba9463 commit d7cd6e7

File tree

5 files changed

+4
-32
lines changed

5 files changed

+4
-32
lines changed

Editor/Scripts/AssetQuickAccessLocalCache.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using UnityEditor;
55
using UnityEngine;
66
using UObject = UnityEngine.Object;
7+
using UDebug = UnityEngine.Debug;
78

89
namespace GBG.AssetQuickAccess.Editor
910
{
@@ -228,7 +229,7 @@ public void RemoveAllAssets()
228229
_assetHandles.Clear();
229230
ForceSave();
230231

231-
Debug.Log("All asset quick access items removed.");
232+
UDebug.Log("<b>[Asset Quick Access]</b> All asset quick access items removed.");
232233
}
233234

234235
public void ForceSave()

Editor/Scripts/AssetQuickAccessWindow.BottomTips.cs.meta renamed to Editor/Scripts/AssetQuickAccessWindow.BottomContent.cs.meta

File renamed without changes.

Editor/Scripts/AssetQuickAccessWindow.BottomTips.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

Editor/Scripts/AssetQuickAccessWindow.OnGUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private void OnGUI()
1717

1818
DrawToolbar();
1919
DrawListContent();
20-
DrawBottomTips();
20+
DrawBottomContents();
2121

2222
// ProcessDragAndDropOut();
2323
ProcessDragAndDropIn();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.greenbamboogames.assetquickaccess",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"displayName": "Asset Quick Access!",
55
"description": "Pin frequently used objects to a separate editor window. An enhanced version of Unity's Favorites feature.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)