- Home /
Drawing in unity UI canvas
Hi , I am trying to do drawing in Unity UI canvas,Is there anything like plugin that can support this thing.?
Answer by Juliken · Nov 02, 2018 at 03:04 PM
I dont know a plugin but you can try to code it yourself using sprites or images.
When the button of the mouse is down, you can instantiate images on canvas depending on your cursor position. You can increase image size to get a "bigger brush".
I think the biggest problem is the optimization but I dont know.
Answer by gdegeneve · Nov 02, 2018 at 03:24 PM
I would try to do it in the following way:
Your answer
Follow this Question
Related Questions
How to draw a gizmo on a Canvas ? 2 Answers
Draw minimap on panel 2 Answers
UI button sometimes not clicking 2 Answers
World Space Canvas causes blurry text with anti-aliasing 0 Answers
Close UI using Canvas Group 1 Answer