Easy Paint is a simple freehand painting demo in Unity
The goal is to make a demonstration on how to do freehand line painting in Unity. And you can integrate to your working project easily. All scripts are well-documented, usage and concept included. It's very easy to follow!
Features:
- Work with all Unity License
- Basic set/get pixels version
- Advance RenderTexture version
- Pencil for drawing
- Ruler for straight line drawing (New in version 4.0)
- Eraser for cleaning
- Paper for new canvas
- Undo / Redo (RenderTexture version only)
- Colors switching
- Show / Hide tool bar
- Native UGUI
- All in C# with well documentation
- Usage and concept included
Let's try and play with Easy Paint. Cheers :)