13
2015
[AssetStore] UniPix : Pixel Art Tool (wip)
Started re-writing this unfinished UniPix, hopefully first version will be in the asset store soon’ish..(as in this month (January))
AssetStore link: https://www.assetstore.unity3d.com/#!/content/28312?aid=1101lGti
Forum thread: (coming later)
V1.0 Features
– Basic pixel painting
– Floodfill
– Save, Save incremental
– Image panning (up/down/right/left)
– Basic palette (just using texture currently)
– Keyboard shortcuts for common functions (also see Image#2 bottom for more info)
– Preview in real size with different background colors (Image#1 right side of the window )
– Displays MouseCoords & Color under cursor
– Unity Undo / Redo supported
– Image loading (with resize if larger than current canvas)
– Smart Erase (fill erased pixel with neighbor colors or average of them)
– V1.0 price 5usd (with +5usd increments on each update, until ~20-30usd or so(?))
V1.0 Limitations / Known issues
– After saving, window is not updated until mouse is moved
– Only 16×16 or 32×32 texture sizes for drawing canvas
– If you load wrong sized image (for example 32×32 while your canvas is 16×16), it will be resized to canvas by default (you need to create new canvas first and load again if want to match size)
– If palette texture is not set [x] Read/Write enabled, error will appear
– User interface is not nice
TODO / Future plans
– Too many to list.. building this tool mainly for my own use because havent find any good pixel art tool since Microangelo icon editor (discontinued?)
– Better saving system: Save to current image [started]
– WasModified: Display * on window title if image was modified [started]
– Settings tab & Save current settings when closing the window [started]
– Automatic outline & outline color setting [started]
– more to be added..
Feature request
– Feel free to request / suggest
—
Documentation
– UniPix10_web.pdf
—
Image#1: Current version (13.01.2015)
![]()
—
Image#2: Submitted version screenshot v1.0 (16.01.2015)

—
Video#1: small video capture from Unity editor (btw. using unity trial)
https://www.youtube.com/watch?v=rwr-4gMvPZo
Related Posts
6 Comments + Add Comment
Leave a comment
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












^v1.0 submitted to asset store
Its alive: http://u3d.as/baZ
*Remember that this is somewhat “early-access” version, quite limited still. (but price will go up in coming updates)
Update submitted to store just now:
v1.1
– Added: Mirrored drawing modes (X, Y)
– Added: Settings Tab
– Added: Automagic Outline & Outline color setting
– Added: “wasModified” boolean, Display * in window title if image was modified (not working in all conditions yet)
– Added: Added “SaveTo” button, to save over the current loadbuffer image file
– Changed: Moved grid color settings to Settings tab
– Changed: UI adjustments
– Known issues: If you do floodfill at the same position twice, error message appears (but it doesn’t break anything..)
– Known issues: If you enable [x] AutoBorder, canvas doesn’t always update automatically (draw/erase something to update it)
this looks useful for creating palettes:
Color Palette Extractor (free)
https://www.assetstore.unity3d.com/en/#!/content/31259
UniPix is currently available for free, since i havent had time to update it..(will stay free until if/when get time to create new version)
https://www.assetstore.unity3d.com/en/#!/content/28312
ps. i’m working on a c# wpf version of this pixel editor, with more features to be added,
https://github.com/unitycoder/PixelArtTool