Hello
I try to create a minimalist interface of teamspeak with only the possiblity to connect or disconnect (no custom server or nickname, only IN and OUT).
There is only 2 buttons: connect and disconnect.
That's the "connect" button (showing that actually it's disconnected)
And that's the "disconnect" button (showing that it's actually connected)
I managed to do that with the example project, but i can't anchor those buttons for them to stay on top left of the screen when we change the resolution.
Like you can see here.
The structure in the Hierarchy pannel don't allow me to move the buttons for being direct childs of the canvas (wich allow me then to use anchors on the buttons) because the script don't work anymore...
Could you advise me on how to add anchors to those buttons without the script to freak out?