I’m not sure this is the right forum, but anyways, I’m trying to make a hotbar and the first icon in the hotbar is custom. All other slots I want to put in a seperated folder. But when I do that, the UiListLayout stops applying to them. How can I fix this?
The only way to fix it I think is either:
- A. Keep them in the Frame.
- B. Put an exact copy of the other UIListLayout inside of the folder
Duplicating the UIListLayout into the folder just makes the slots overlap the static one, I’ll have to stick with having each in the same frame. Thanks for the help!
1 Like
Putting the elements in the folder removes the effect of a constraint, the items MUST be in the frame.
1 Like