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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
5
5
## Features and todos:
6
6
-[x]**Side-by-Side Editing**: View and edit multiple ScriptableObjects of the same type in a single window for faster workflows.
7
7
-[x]**Multi-Type Support**: Display different types of ScriptableObjects in a vertical list for easy access.
8
-
-[x]**Customizable Layout**: Easily switch between viewing configurations and types.
8
+
-[x]**Basic Filters**: Easily switch between viewing configurations and types.
9
9
-[x]**Intuitive Interface**: Built with Unity's Editor API for a seamless integration into your Unity projects.
10
10
-[x]**Adding and Removing ScriptableObjects**
11
11
-[ ] Advanced Filtering Options
@@ -20,7 +20,7 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
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
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 top menu and find the new "Game Configuration Editor" window.
23
+
3. In Unity, go to the Window menu and find the new "Game Config Editor" window.
24
24
4. Open the editor window to start managing your ScriptableObjects.
0 commit comments