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.
Doing that will difficult the reading of the conversation. I'd try another approach, maybe reducing the size of the dialogue box and centering it to the middle point of the screen.