The Magic Of Scriptable Objects
Before actually proceeding if you don’t know what Unity’s Scriptable Objects are, you are missing out on something that will ease your development. Be sure to check them out.
Scriptable Objects are one of those things that once you know them, you will try to incorporate them for any module you are working on.
But if that is the case, then you are likely to have dozens of them that you can make. After a certain number it just becomes just unpractical to make a create asset menu for each, so that is where this little tool comes in.
Download The Tool
Once on your project, just go to:
“Tools > Project > Scriptable Object Asset Creator”
And let the magic happen.
By The Way… You Can Also Get More Tools Like This On The Github Repo
The Repo was recently created, so many (already finished) tools are missing. Expect it to be expanded on the following days.
That is all for today, just wanted to share a tool in case it was of use for anyone else o: