You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,19 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
19
19
20
20
## Installation
21
21
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.
25
27
26
28
<br/>
27
29
28
30
## Usage
29
31
1.**Open the Editor Window**:
30
32
- Navigate to the Unity menu and open the "Game Configuration Editor" window.
31
33
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.
33
35
3.**Edit Side-by-Side**:
34
36
- For the selected types, view multiple instances side-by-side.
35
37
- Modify fields such as `int`, `string`, `vector3`, `gameObject`, `array`, `enum` etc., directly in the editor.
0 commit comments