https://github.com/vgarciasc/unitymspaint
Unity Asset for in-game drawing.
https://github.com/vgarciasc/unitymspaint
asset drawing unity
Last synced: about 2 months ago
JSON representation
Unity Asset for in-game drawing.
- Host: GitHub
- URL: https://github.com/vgarciasc/unitymspaint
- Owner: vgarciasc
- License: mit
- Created: 2018-02-03T21:07:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T21:35:33.000Z (over 8 years ago)
- Last Synced: 2025-02-08T15:47:18.887Z (over 1 year ago)
- Topics: asset, drawing, unity
- Language: C#
- Homepage:
- Size: 9.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unity MS Paint
===
If you want your players to be able to draw inside your game but don't know how to do it, here is a good place to start. I couldn't find any satisfying examples online, so I'm sharing my own.
Features
---
* Monochromatic drawings;
* Variable brush size;
* Screen wipe.
I know it isn't anything sophisticated, but it was enough for my own game, so I have reason to believe it could help somebody.
**Please feel free to contribute new features and fixes!!**
