29
2013
Pixel Art Editor Plugin (wip)
** New version is being worked on here: http://unitycoder.com/blog/2015/01/13/assetstore-unipix-pixel-art-tool/
Havent find any good pixel graphics editors.. so started making a simple pixel art editor plugin (meant only for maximum 32×32 sized images). (Screenshot showing first test, 16×16 image, 32x zoom, small preview on the right side.. no colors yet)
I have tried these free ones already, but none of them really has all the necessary features in one, or they are just not user friendly enough..
– D-Pixel
– Pixothello
– Asesprite
– Graphics Gale
– IcoFX (not free anymore)
– Grafx2
– ..
Current features of “UniPixel” (working name)
– Editor plugin
– Can draw with 3 mouse buttons (right click to erase!)
– Canvas with adjustable zoom
– Canvas background grid, with adjustable light and dark colors
– Preview (real size)
TODO:
– Grid lines
– Toolbar (with shortcut keys also)
– Somekind of settings? (for grid colors, image size, filename?)
– Saving
– Loading
– Layers
– Floodfill
– Gradients
– Color picker
– Color palette
– Undo
– Mirror/flip/scroll canvas
– Live preview toggle
– Automatic black borders layer
–
Notes:
– Problem: If you save image with File.WriteAllBytes(), how do you know when saving is done and file is ready (without sleeping / looping)? (because you would need to set image import settings to filtermode.point, but it will try too early..) ** For now, using loop with try catch..
– Problem: Drawing lines in EditorWindow.. this (drawline) is the only way? Oo..
– Building the GUI/UI is *too painful*..i guess have to make GUI builder/editor first, unless there are some in store?
Image#2: first tests, can see the texture in scene/game view also (if its already assigned to some material) – live previews after save! (some errors appear when pressing play, editorwindow gets reseted?)
—
Image#3: Flood fill works, also Loading, Saving, Save copy, Clear. (toolbar still needs work..)
—
Image#4: Color picker, Extra previews with black and white backgrounds, mousewheel for lighten/darken color, middle mouse button for pixel color pick..
—
Image#5: Automatic black borders layer toggle, image scrolling.. (huh, unity gui is not fun when you would need to place lots of elements.. have to redesign the UI later completely)
Related Posts
8 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
Sprites + Normal Maps + Lights = !!!
http://forum.unity3d.com/threads/210102-SpriteLamp
About pixel art workflow (pixel snapping)
http://forum.unity3d.com/threads/210704-Pixel-art-workflow?p=1419373&viewfull=1#post1419373
some new external pixel editor:
http://www.piskelapp.com/
another pixel editor:
http://pyxeledit.com/
Where can I get this? Is it available?
Got tired of the unity GUI last time..no progress after that,
and might have to re-write big parts of the code to make it cleaner & support zooming..
but i guess I could add “early access with bugs”-download for few dollars if someone wants to play with it,
i’ll try to do that soon.
did check this, but would need bit more work as it didnt use sprites at this time yet.. so bit delayed for now.
now re-doing it: http://unitycoder.com/blog/2015/01/13/assetstore-unipix-pixel-art-tool/