Auto move anchors when I move a UI Rect on a canvas.
I'm setting up detailed UI elements, and I'd prefer them all to be anchored to exactly where I want them (for example x min .43, x max .55, y min .28, y min .44). Correct me if I'm wrong that this seems the safest/best way to ensure the desired layout outcome.
When I set them up though I have to move the rect where I want it then manually figure out where the anchors are, then set the Left, right, Top, and Bottom to 0. Which is okay, but I feel like I'm missing the button or shift-drag that lets me move in anchor position coordinates instead of LRTB. After doing this manually hundreds of times, I'm hoping there's a better way. Thanks. Using 2019.4.0f1.
Answer by Javelin_IA · Sep 18, 2020 at 06:59 AM
Exactly what i need right now. Its a pain to adjust the anchors because they have values from 0 to 1. Adjusting the values by dragging in the inspector is impossible, it changes way too fast to get detailed changes...