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
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
26
26
6. Click to the filters button (top right) and choose your scriptable object types.
27
27
28
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.
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
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
31
3. In Unity, go to the Window menu and find the new "Game Config Editor" window.
32
32
4. Click to the filters button (top right) and choose your scriptable object types.
@@ -54,6 +54,3 @@ In the screenshot below, you can see two `TestSO` ScriptableObjects (`TestConfig
54
54
55
55
## Contributing
56
56
Feel free to fork this repository and submit pull requests with improvements or bug fixes. If you encounter any issues, please open an issue on GitHub.
57
-
58
-
## License
59
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments