Publisher | Camisado Studios |
---|---|
File size | 540.25kB |
Number of files | 50 |
Latest version | 1.2.91 |
Latest release date | 2024-05-16 02:48:27 |
First release date | 2023-09-06 12:52:13 |
Supported Unity versions | 2018.4.2 or higher |
✨ Overview
ProtoSprite is a simple Unity Editor tool that allows you to quickly create, draw and edit sprites directly in the Scene View.
It’s intended for creating prototype or pixel art which is perhaps replaced later by an artist. It creates and uses PNG texture files so they are easy to open and edit in other software if needed.
It doesn't add any unnecessary components to GameObjects, avoiding clutter and making it easier to replace any prototype art.
👾 Create
Quickly create a new GameObject with a SpriteRenderer and a linked texture (PNG) file.
🖌 Paint
Paint & Erase the selected Sprite's Texture directly in the Scene View. Allowing you to paint in the context of your Scene.
📐 Resize
Allows you to move each edge of the SpriteRenderer to increase or decrease the associated texture’s size. Automatically updating the Sprite’s pivot point so that it stays in the same place relative to where it was before the resize.
📖 Documentation
📚 Source code
All source code is included.