Skip to content

Commit ec7331a

Browse files
authored
Update README.md
1 parent 9f8c441 commit ec7331a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,20 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
2323
3. Import the package.
2424
4. For this version, your ScriptableObjects must be placed in the ``Assets/Resources/ScriptableObjects/`` folder (the program will automatically fetch all ScriptableObjects from this directory).
2525
5. In Unity, go to the Window menu and find the new "Game Config Editor" window.
26+
6. Click to the filters button (top right) and choose your scriptable object types.
2627

27-
## Other Installation
28-
1. Copy and paste the script located at ``Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs`` into your Unity project's ``Assets/Editor`` folder.
29-
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.
30-
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.
31-
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).
32-
4. In Unity, go to the Window menu and find the new "Game Config Editor" window.
33-
28+
## Other Installations
29+
1. 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.
30+
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).
31+
3. In Unity, go to the Window menu and find the new "Game Config Editor" window.
32+
4. Click to the filters button (top right) and choose your scriptable object types.
3433
<br/>
3534

3635
## Usage
3736
1. **Open the Editor Window**:
3837
- Navigate to the Unity menu and open the "Game Configuration Editor" window.
3938
2. **Select Config Types**:
40-
- Click the filter button and choose the ScriptableObject types you want to see.
39+
- Click the filters button (top right) and choose the ScriptableObject types you want to see.
4140
3. **Edit Side-by-Side**:
4241
- For the selected types, view multiple instances side-by-side.
4342
- Modify fields such as `int`, `string`, `vector3`, `gameObject`, `array`, `enum` etc., directly in the editor.

0 commit comments

Comments
 (0)