Is there a way to keep the distance between my uis the same no matter the size of the screen?
The spaces currently strech as the screen becomes bigger.
Is there a way to keep the distance between my uis the same no matter the size of the screen?
The spaces currently strech as the screen becomes bigger.
maybe use offset instead of scale? just a guess
I am currently using offset on each
Try using a UIListLayout, allows you to store ui instances within a list and also provides an property for spacing each instance between called “Padding”. Make sure you use the padding’s offset value.
Is it possible to do so without using scripting components?
Found the solution, if you parent all of it into another frame the spaces will not be changed.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.