I wanna ask how to create a rect and put it under the canvas of unity new ui? So this is what i made.
you can see my game controller. i put that controller on a canvas. When my "Character" goes to NPC, and going to have a dialogue, i made a dialogue box using Rect from my code. and this is what i got.
what i am asking is how to put that dialogue box that made from a Rect on code under the canvas (game controller). Thank you.