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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,18 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
18
18
<br/>
19
19
20
20
## 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
21
28
1. Copy and paste the script located at ``Assets/Editor/Editor Windows/ScriptableObjectEditorWindow.cs`` into your Unity project's ``Assets/Editor`` folder.
22
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.
23
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.
24
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).
25
32
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.
0 commit comments