UI Anchoring

Hi guys

This might seem dumb but I’m sure I’m not the only one with this question…


How does Anchoring really work on UI elements?
I mean yes u can choose top right or bottom left and the UI Object is snapped and anchored to that point but what if I want to Anchor my UI object at a certain position which is not one of the anchor presets…like I want to anchor it at a position like x2.4f and y5.4f…


to really anchor it there so that it’s at that position on different screen resolutions

The “Anchor Presets” matrix you see is a collection of presets that set the values of RectTransform’s anchoredPosition, anchorMin, anchorMax, and pivot properties. All values can be set to your liking; the Anchor Presets only apply preset values (which can be undone). You can go here to find out more about RectTransform and its properties, as well as the Anchor Presets.