Pixel Art Drawing app Unity project
A downloadable Unity project template
Buy Now$4.99 USD or more
Drawing Pixel Art in Unity project template
Welcome to this Unity Project template for a Pixel Art drawing mechanic, inspired by applications like Aseprite and games such as "Pixel Art Academy". This template demonstrates how to integrate pixel art drawing functionality into Unity projects. It's free for my Patreons!
Project Overview
- Unity Version: Unity 6 (6000.0.23f1)
- UI Framework: UI Toolkit
- Design Philosophy: Modular and easily reusable
Key Features
- Modular Architecture: The UI is separate from the drawing system, allowing easy reuse for 2D, 3D, or UI-based projects.
- Advanced Color Selection:
- Color selection square
- HSV (Hue, Saturation, Value) sliders
- Alpha slider for transparency
- Direct value input for precise color selection
- Drawing Tools:
- Pen
- Eraser
- Line drawer
- Square drawer
- Color picker
- Adjustable Brush Size: Affects all drawing tools
- Drawing preview: Each tool shows preview of how it will affect the canvas
- Canvas Display: Uses RenderTexture to separate UI from drawing code
- Save Functionality: Exports drawings as PNG files
- Documentation: Comments in the code
Technical Implementation
- The project structure follows object-oriented design principles for easy expansion and modification. For example we have a "DrawingTool" abstract class so that we can easily add new Tools to the project
- RenderTexture assets are used to integrate UI with drawing logic (Color Square, Canvas, Grid background behind, Preview). It isn't the only solution but it nicely separates our code from the UI
Main Scripts:
- DrawingManager.cs: Coordinates the various drawing tools and manages the overall drawing process, including tool selection, canvas updates, and user interactions.
- UIController.cs: Manages the user interface elements and their interactions within the Drawing application.
- DrawingAlgorithms.cs: Contains static methods for drawing algorithms, such as Bresenham's line algorithm, to generate pixel lines between points.
- DrawingTool.cs: Abstract base class for different drawing tools, responsible for applying changes to the canvas.
- TextureRendererHelper.cs: Provides utility functions for rendering textures to RenderTexture objects in Unity.
- DrawingRenderer.cs: Handles the rendering of drawings on the canvas, including drawing, previewing, and clearing operations.
- ColorSelector.cs: Manages color selection and conversion, allowing users to pick and set colors for drawing.
How to Use
- Download the .zip file containing the project.
- Unpack it to a separate folder (this folder name will appear in Unity Hub).
- Install Unity 6000.0.23f1 or later.
- Open the project using Unity Hub -> Projects -> Add project from disk.
- From the "Scenes" folder open the SampleScene
- You can modify the canvas size from DrawingRenderer in the hierarchy
Development Notes
- All scripts are thoroughly commented to explain their functionality. You can find them inside "_Scripts" folder
- The project is updated to the Unity 6 release version (6000.0.23f1)
- Ongoing improvements focus on enhancing modularity and fixing any emerging issues.
Assets Used
Future Development
As the creator specializes in well-crafted, modular Unity projects, this template serves as a foundation for further expansion. Users are encouraged to build upon this base to create more complex pixel art tools or integrate pixel art creation into their own Unity games and applications.
Tutorial on Youtube
You can learn how to set up drawing in Unity for free in my tutorial. The free Demo is the result of this tutorial.
Updated | 29 days ago |
Status | Released |
Category | Assets |
Author | Sunny Valley Studio |
Tags | 2D, Drawing, Pixel Art, Project template, Unity |
Purchase
Buy Now$4.99 USD or more
In order to download this Unity project template you must purchase it at or above the minimum price of $4.99 USD. You will get access to the following files:
Pixel Art Drawing Unity Template v1.0.zip 602 kB
MIT License Drawing Template in Unity Sunny Valley Studio.pdf 47 kB
Pixel Art Drawing Unity Template v1.0 Unity 6.zip 575 kB
Download demo
Download
Pixel Drawing Template Tutorial Project.zip 122 kB
Development log
- Unity 6000.0.23f1 Update55 days ago
Comments
Log in with itch.io to leave a comment.
You know what? I’m buying it! ❤
I’ve got an idea for a community-driven game with user-created content, and this in-game tool is perfect for me!
Thanks a lot! 🥰 I really hope that my template proves to be useful 👍
Nice!