So Im working as a UI Designer for a game, and i have an issue thats delaying my progress;
Can a certain element be scripted to ignore the layout? Or do all the elements inside have to follow the UIGridLayout no matter what? Any help / input is appreciated.
UILayouts affect all other GUIObjects with the same parent as itself. The parent doesn’t necessarily have to be another GUIObject, so you can place your UIGridLayout, and the GUIObjects you want to abide by the layout, into a folder, and only GUIObjects within that folder will be affected.
1 Like
thank you so much!
this suggestion worked.