Hi,
So I’m trying to have 2 camera and both of them need to have their own UI, so I created 2 canvas and changed the value assigned in “Target Display”.
But my 2 game view don’t have the same size and the UI is actually taking the size of the view currently selected.
Here’s an example:
As you can see, the UI is only taking a part of the screen on the 1st game view because I clicked on the second one.
So how can I do so both UI are properly rendered?
Thanks in advance,