Dev & Admin Tools
Dev & Admin Tools
Rust Anchor Calculator
Drag and resize the box to position a CUI element, then copy the exact AnchorMin / AnchorMax values. Drop in your actual UI image to preview its size and look against a real Rust screen. Anchors are 0 to 1 relative to the parent, with (0, 0) at the bottom-left.
MaxMin
≈ 384 × 216 px at 1920 × 1080
AnchorMin
0.4 0.4AnchorMax
0.6 0.6C# (Oxide CUI)
RectTransform = { AnchorMin = "0.4 0.4", AnchorMax = "0.6 0.6" }JSON
{ "anchormin": "0.4 0.4", "anchormax": "0.6 0.6" }