SizeConstraint Property for UIPadding

,

As a developer, it can be time consuming to make properly scaled UI, and when using UIPadding with scale there isn’t a simple way of applying an even amount of padding on each side, as each sides padding is relative to a different axis

while you could just do the math to get the correct scale or script it in, it becomes more complicated than it needs to be, waste time, and some developers might not bother to fix it, as they have more important things to work on

i think this could be solved by adding in a property that lets you choose the axis it scales padding by

this feature would benefit me and other UI designers who want to make nice looking UI’s for their game, as padding is a very important thing to get right in UI design.

3 Likes