- Home /
Draw/generate shape as 2D sprite?
Hi, everyone. Is there a way to generate 2D sprites as it can be done with meshes? There are tons of tools that allow you to draw in a scene view like if you were using Pen Tool in Photoshop, and then it is turned into a mesh. I'm working on a similar tool, but I want it for "actual" 2D, which only works with sprites. I don't need some super fancy images, just black shape, but I need it to work with 2D collisions. Any ways of generating sprites in Unity? Thanks in advance.
Sorry it's an old question, but that would be a great tool. I looked around and agree, every asset I found creates a mesh and I am looking for a sprite as well. For now I have just been drawing simple shapes in Photoshop and then moving them into my project, but that process has a few extra steps I wouldn't $$anonymous$$d skipping.
Did you ever find a better solution? Thanks!