Sprite Maker
A downloadable tool for Windows, macOS, and Linux
SpriteMaker is a Unity add-on for quickly making basic UI or prototype art in unity. I'm making SpriteMaker because when I do game jams or quick mock ups, I often think something like this:
I need 64x64 rounded Rect for this panel...
A small half circle would be great here...
SpriteMaker aims to reduce the friction of cracking open a graphics program (or bugging an artist) to create quick assets like this. I'm developing it in the open because I don't really have the time to deal with putting it on the asset store and provide support, but I think people might get some use out of it (or create cool Draw Commands!).
The add-on is still under development, much of the feature set is still TBA.
See the Readme.md at:
https://github.com/KPDwyer/SpriteMaker
NOTE: while I've recently added Perlin Noise and DrawCommandAsset Serialization, there is an additional branch that implements LibNoise to make noise-driven draw commands. this can be found here:
https://github.com/KPDwyer/SpriteMaker/tree/noises
its a bit rough around the edges - I need to add some comments, rework Auto-preview and test out which data should be displayed. Use at your own risk, for now.