You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Selection History] Objects assigned as references are now automatically added to the Selection History, allowing quick re-access even if they were not directly selected.
5
+
-[Preferences] Added an option to automatically restore the previously selected object when opening a folder. This helps prevent the Inspector from unexpectedly switching to a folder view, reducing workflow interruptions.
6
+
-[Preferences] Migrated settings previously stored in EditorPrefs to a ScriptableObject-based system.
7
+
-[Preferences] Fixed an issue where some options were not visible in the Preferences window.
8
+
9
+
## 2.0.0
10
+
- Refactoring resulted in slight performance improvements.
11
+
- Updated all documentation and logo images.
12
+
-[Context Menu] Added a GetComponent action to the context menu.
13
+
-[Context Menu] Added Sibling actions to the context menu.
14
+
-[Context Menu] Updated the Hierarchy Tree action so that, when used during multi-object editing, references are searched within each selected object’s own hierarchy tree.
15
+
-[Inspector Menu] Changed the default shortcuts for Prev/Next actions to Shift + Mouse Wheel Down/Up.
16
+
-[Inspector Menu] Updated the appearance of Open History feature.
17
+
-[Inspector Menu] Added an option to open the Properties editor window by Ctrl + Click when selecting an item in Open History.
18
+
-[Inspector Menu] Added "Edit Preferences", "Editor Shortcuts", and "Version" to the right-side configuration button menu.
19
+
-[Preferences] Added a dedicated Reference Selector section.
20
+
-[Preferences] Added a maximum selection history count option.
21
+
22
+
## 1.0.2
23
+
-[Bugfix] Opening the context menu for a field in a specific generic class causes an exception.
24
+
25
+
## 1.0.1
26
+
-[Bugfix] There are specific cases where components with namespaces under UnityEngine cannot be retrieved.
0 commit comments