- Home /
how to paint?
Hey guys
What is the best way to paint and erase in a Unity2D application. it should be relatively easy to paint with just a mouse or a touch. So far I found a script that works with line renderer, but it can't be erased at certain places.
I would like to try programming this myself without using the asset store.
Answer by DeemBabbu · Nov 30, 2019 at 12:50 PM
https://assetstore.unity.com/packages/tools/integration/mobile-paint-19803
@Kalicronic I think this package will solve your problem
Your answer
Follow this Question
Related Questions
Fill Gradient color in the image portion 0 Answers
Unity 2D - Use Digital Painting as Terrain 1 Answer
How to apply Undo Redo mechanism on line renderer 1 Answer
Assertion failed on expression: 'goodPathName.find("assets/") != 0' 0 Answers
GameObject with a tag destroy themselves after exactly 1 minute 1 second for no reason 2 Answers