Skip to content

Commit 4b08584

Browse files
authored
Update README.md
1 parent a985965 commit 4b08584

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
1919

2020
## Installation
2121
1. Copy and paste the script located at ``Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs`` into your Unity project's ``Assets/Editor`` folder.
22-
2. For this version, your ScriptableObjects must be placed in the ``Assets/Resources/ScriptableObjects/`` folder (the program will automatically fetch all ScriptableObjects from this directory).
23-
3. In Unity, go to the Window menu and find the new "Game Config Editor" window.
24-
4. Open the editor window to start managing your ScriptableObjects.
22+
2. If you want the icons to appear in the editor window, copy only the Icons folder from ``Assets/Editor/Editor Windows/Icons`` into your project's ``Assets/Editor/Editor Windows`` directory.
23+
Alternatively, you can clone this repository and move the Assets/Editor/Editor Windows folder as-is, but make sure to avoid overwriting existing scripts if you've customized them.
24+
3. For this version, your ScriptableObjects must be placed in the ``Assets/Resources/ScriptableObjects/`` folder (the program will automatically fetch all ScriptableObjects from this directory).
25+
4. In Unity, go to the Window menu and find the new "Game Config Editor" window.
26+
5. Open the editor window to start managing your ScriptableObjects.
2527

2628
<br/>
2729

2830
## Usage
2931
1. **Open the Editor Window**:
3032
- Navigate to the Unity menu and open the "Game Configuration Editor" window.
3133
2. **Select Config Types**:
32-
- Use the dropdown or selection area to choose the ScriptableObject types you want to edit.
34+
- Click the filter button and choose the ScriptableObject types you want to see.
3335
3. **Edit Side-by-Side**:
3436
- For the selected types, view multiple instances side-by-side.
3537
- Modify fields such as `int`, `string`, `vector3`, `gameObject`, `array`, `enum` etc., directly in the editor.

0 commit comments

Comments
 (0)