- Home /
Unity Canvas Anchor Can't See
Hello guys, problem is i can't see anchors on canvas. I can see anchors on UI Elements(button,image etc.) but i can't see them on Anchors.
Please help about it, i will loose my mind i can't find any solution... (Unity 2019.3.2f1)
fff.png
(113.9 kB)
Comment
Answer by Sxythe · Feb 24, 2020 at 01:40 PM
That's because you can only set the anchors of an UI element with a rect transform that has a parent with a rect transform aswell. The Canvas doesn't have a parent with a rect transform to anchor on.
Your answer
Follow this Question
Related Questions
Unity Android Screen Glitch 1 Answer
Disabling canvas renderer optimization 4 Answers
UI doesn't render after scene reload. 0 Answers
Get Rect in Screen Space from RectTransform (Screen Space - Camera) 1 Answer
Play MP4 on UI? (Unity 3D 2018.2) 0 Answers