My screen got a button that I want to keep in the same position regardless of how the screen scales.
If I use X Anchor and Y Anchor on it it moves (because it is 10% from the right).
I could create a parent node set it at the width of the screen and use X Anchor on that. But that only solved the X (and gives me an extra node which is bad in GUI heavy scenes, because you could hypothetically run out). How can I make it in the correct place in Y?
Here is the project.
AdjustmentMode.zip (1.2 MB)