How can i decrease amount of UI Constraints?

I wanted to ask if there is any option to decrease amount of UI Constraints, as you know to make for example rounded frame you have to place UI Corner under it, it’s nothing bad, as long as you don’t have 100 of those frames for each item, is there any option to replace them with only 1?

Use CanvasGroups or the property ClipDescendants.

CanvasGroups I think replicate the same constraint data to its children, while for ClipDescendants it pretty much just sets boundaries not allowing anything to pass and rendering them as none. This property is automatically introduced to CanvasGroups (cannot be disabled)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.