Skip to content

Commit 8495aca

Browse files
authored
Update README.md
1 parent 4bdcd9e commit 8495aca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ A custom Unity Editor tool designed to streamline the process of viewing and edi
77
- [x] **Multi-Type Support**: Display different types of ScriptableObjects in a vertical list for easy access.
88
- [x] **Customizable Layout**: Easily switch between viewing configurations and types.
99
- [x] **Intuitive Interface**: Built with Unity's Editor API for a seamless integration into your Unity projects.
10-
- [x] Adding and Removing ScriptableObjects
10+
- [x] **Adding and Removing ScriptableObjects**
1111
- [ ] Advanced Filtering Options
12+
- [ ] Search options
13+
- [ ] Ability to switch between vertical and horizontal table layout
14+
- [ ] Data operations (copy, paste)
15+
- [ ] Tool menu options
1216
- [ ] Dynamic ScriptableObject Loading: <br/> A functionality to dynamically locate and load ScriptableObjects within the project, removing the dependency on a specific folder structure (e.g., Assets/Resources/ScriptableObjects/).
1317

1418
<br/>

0 commit comments

Comments
 (0)