|
1 | | - |
| 1 | + |
2 | 2 | # Introduction |
3 | 3 | --- |
4 | | -This asset is designed to reduce the drag-and-drop actions required for setting reference fields. |
| 4 | +This asset is designed to reduce the drag-and-drop actions required for setting reference fields.<br> |
5 | 5 | It provides two main features: |
6 | 6 |
|
7 | 7 | ## 1. Reference Field Assignment Feature |
8 | 8 | --- |
9 | | -You can open a context menu on almost any reference field and quickly assign a reference object from the selection history. |
| 9 | +You can open a context menu on almost any reference field to quickly assign a reference from your selection history.<br> |
10 | 10 | The context menu includes the following options: |
11 | 11 |
|
12 | | -- ***SelectionHistory***: Select and assign any object from the list. |
13 | | -- ***Find Recently Selected***: Assign the most recently selected object. |
14 | | -- ***Last Selected***: Assign the last assigned object. |
15 | | -- ***Find in Hierarchy Tree***: Select and assign an object from parent-child relationships. |
| 12 | +- ***Selection History***: Select and assign any object from the selection history list. |
| 13 | +- ***Recently Selected***: Assign the most recently selected object that matches the target type. |
| 14 | +- ***Last Selected***: Assign the last object previously assigned via Reference Selector. |
| 15 | +- ***Get Component***: Assign a reference by executing GetComponent-based methods. |
| 16 | +- ***Near Siblings***: Assign an object from the previous or next sibling in the same hierarchy level. |
| 17 | +- ***Hierarchy Tree***: Select and assign an object from parent–child relationships in the hierarchy. |
16 | 18 |
|
17 | | - |
| 19 | + |
18 | 20 |
|
19 | 21 | ## 2. Selection History Feature |
20 | 22 | --- |
21 | | -This feature keeps a history of selected objects, allowing you to access them via a dropdown list or shortcut keys. |
22 | | -You can use the custom menu at the top of the Inspector window or the following shortcuts: |
| 23 | +Keeps a history of selected objects and provides quick access buttons at the top of the Inspector.<br> |
| 24 | +You can rapidly navigate and select objects from the history using a dropdown list or shortcut keys. |
23 | 25 |
|
24 | | -- ***Number 3 key***: Select the previous object from the selection history. |
25 | | -- ***Number 4 key***: Select the next object from the selection history. |
| 26 | +- ***Shift + Mouse Wheel Down***: Select the previous object in the history. |
| 27 | +- ***Shift + Mouse Wheel Up***: Select the next object in the history. |
26 | 28 |
|
27 | 29 | (You can change these shortcuts anytime in the Edit/Shortcuts settings.) |
28 | 30 |
|
29 | | - |
| 31 | + |
0 commit comments