How do I fix it?
How to get rid of "some values driven by canvas." in Rect Transform?
Anchor it to a point and not an area
https://docs.unity3d.com/Packages/[email protected]/manual/UIBasicLayout.html
@Argentic
I can’t modify the values
Had this same problem too.
If you scroll down, there should be a Canvas
component. If you change Render Mode
to World Space
you should be able to modify them.
Unless one needs a world space UI this will only hide the issue without resolving the underlying cause.
– Argentic© 2022 - 2024 — McMap. All rights reserved.
What are the other components in play here, hierarchy? (screenshots)
– Argentic