Why is drawing things in unity so difficult? Or is it me?
Hi,
I've been working with unity for a month or so now (2D game), But the problem I keep having is that when I for example I want to draw a rectangle I can't figure out how.
Before unity I used gamemaker and in gamemaker drawing rectangles and cirlces etc. was quite easy. I just use draw_rectangle(x1, y1, x2, y2, outline) or draw_circle ( x , y , radius, outline).
But how do I do this unity?
Comment
Your answer
Follow this Question
Related Questions
Which coordinate does GL line use? 0 Answers
User drawing game in unity (2d) 0 Answers
Polygon rasterization in Unity 1 Answer
Drawing, Writing on screen. 0 Answers
How to make a drawing look better? 1 Answer