Skip to content

Commit 274160b

Browse files
authored
Update README.md
1 parent 065b9f7 commit 274160b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
1818
<br/>
1919

2020
## Installation
21+
1. Install the ``.unitypackage`` file from latest release.
22+
2. Open Unity and go to ``Assets > import package > custom package`` menu and select the ``.unitypackage`` file.
23+
3. Import the package.
24+
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).
25+
5. In Unity, go to the Window menu and find the new "Game Config Editor" window.
26+
27+
## Other Installation
2128
1. Copy and paste the script located at ``Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs`` into your Unity project's ``Assets/Editor`` folder.
2229
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.
2330
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.
2431
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).
2532
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.
2733

2834
<br/>
2935

0 commit comments

Comments
 (0)