|
1 | 1 | ## Selection History |
2 | 2 | --- |
3 | | -This asset saves the selection history, allowing you to manage it through a custom menu displayed at the top of the Inspector. |
| 3 | +This asset stores the history of selected scene objects and asset objects.<br> |
| 4 | +The stored history can be accessed from the `Open History` menu displayed at the top of the Inspector.<br> |
| 5 | +This selection history is also used when assigning references via the **Reference Selector** context menu.<br> |
| 6 | +Additionally, you can directly open the Inspector window for a selected object by **Ctrl+clicking** it. |
4 | 7 |
|
5 | | -- ***PREV***: Select the previous item from the selection history. (Number 3 key) |
6 | | -- ***NEXT***: Select the next item from the selection history. (Number 4 key) |
7 | | -- ***SelectionHistory***: View the full selection history and choose any item. |
| 8 | +- `PREV`: Selects the previous item in the selection history. |
| 9 | +- `NEXT`: Selects the next item in the selection history. |
| 10 | +- `Open History`: Displays the selection history list and allows you to select any item. |
8 | 11 |
|
9 | 12 | > [!TIP] |
10 | | -> The selection history is retained even after modifying and recompiling the code. |
| 13 | +> The selection history is preserved even after script recompilation.<br> |
| 14 | +> History entries for scene objects are not lost when a scene is unloaded, and become valid again when the scene is reopened. |
11 | 15 |
|
12 | | - |
| 16 | + |
13 | 17 |
|
14 | 18 | ## Options |
15 | 19 | --- |
16 | | -- ***Reset History***: Clears the selection history. |
17 | | -- ***Hide Unselectable Items***: Hides items that cannot be selected from the context menu. |
18 | | -- ***Hide SelectionHistory GUI***: Hides the selection history GUI in the Inspector. You can re-enable it from Tools/ReferenceSelector. |
| 20 | +- `Reset History`: Resets the selection history. |
| 21 | +- `Hide Unselectable Items`: Hides items that cannot be selected in the context menu. |
| 22 | +- `Hide SelectionHistory GUI`: Hides the **Selection History GUI** displayed at the top of the Inspector. It can be shown again from **Tools / Reference Selector**. |
| 23 | +- `Edit Shortcuts...`: Opens the shortcut settings window. |
| 24 | +- `Edit Preferences...`: Opens the **Reference Selector** preferences. |
| 25 | +- `Reference Selector Ver: X.X.X`: Displays the **Reference Selector** version. |
19 | 26 |
|
20 | | - |
| 27 | + |
21 | 28 |
|
22 | 29 | ## Shortcut Keys |
23 | 30 | --- |
24 | | -The default settings are as follows: |
| 31 | +By default, the following shortcuts are assigned: |
25 | 32 |
|
26 | | -- ***Number 3 key***: PREV button |
27 | | -- ***Number 4 key***: NEXT button |
| 33 | +- `Shift + Mouse Wheel Down`: PREV button |
| 34 | +- `Shift + Mouse Wheel Up`: NEXT button |
28 | 35 |
|
29 | 36 | > [!TIP] |
30 | | -> You can change these settings at any time in the Edit/Shortcuts screen. |
| 37 | +> You can open the shortcut settings window at any time from **Edit / Shortcuts** or **Edit Shortcuts...**. |
31 | 38 |
|
32 | | - |
| 39 | + |
0 commit comments