Skip to content

Commit b492d98

Browse files
committed
intro修正、SelectionHistoryまで修正
1 parent 665621a commit b492d98

14 files changed

Lines changed: 77 additions & 44 deletions
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
---
33
You can open the Reference Selector menu by right-clicking on a reference field.
44

5-
Except for the "Find in Hierarchy Tree" feature (described below), this menu allows you to search within the selection history for objects of the same type as the reference field and assign them.
5+
![img](../images/ref_field_assign1.jpg)
66

7-
![img](https://emptybraces.github.io/reference-selector/images/reference_set_context1.jpg)
7+
## Selection History
8+
---
9+
Only objects that are compatible with the target field type will be available for assignment.
10+
11+
![img](../images/ref_field_assign2.jpg)
12+
13+
## Recently Selected
14+
---
15+
You can assign a recently selected object that is compatible with the target field type.
816

917
## Find in Hierarchy Tree
1018
---

en/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: Introduction
22
href: ../index.md
3-
- name: Reference Field Setting Feature
4-
href: reference_set_context.md
3+
- name: Reference Field Assignment Feature
4+
href: ref_field_assign.md
55
- name: Selection History Feature
66
href: selection_history.md

images/intro1.jpg

41.5 KB
Loading

images/intro2.jpg

49.4 KB
Loading

images/logo.jpg

106 KB
Loading

images/ref_field_assign1.jpg

102 KB
Loading

images/ref_field_assign2.jpg

72.8 KB
Loading

images/reference_set_context1.jpg

-23.7 KB
Binary file not shown.

images/reference_set_context2.jpg

-35.7 KB
Binary file not shown.

index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
![img](https://emptybraces.github.io/reference-selector/images/logo.jpg)
1+
![img](../images/logo.jpg)
22
# Introduction
33
---
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>
55
It provides two main features:
66

77
## 1. Reference Field Assignment Feature
88
---
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>
1010
The context menu includes the following options:
1111

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.
1618

17-
![img](https://emptybraces.github.io/reference-selector/images/intro1.jpg)
19+
![img](../images/intro1.jpg)
1820

1921
## 2. Selection History Feature
2022
---
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.
2325

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.
2628

2729
(You can change these shortcuts anytime in the Edit/Shortcuts settings.)
2830

29-
![img](https://emptybraces.github.io/reference-selector/images/intro2.jpg)
31+
![img](../images/intro2.jpg)

0 commit comments

Comments
 (0)