Auto Stacking Ui

Hello, i am very curious on how i will be able to make auto stacking ui for my notification system. For example multiple notifications are sent at once due to random in game events (Dont worry about these, i have sorted it out). However instead of all UI being enabled and piled ontop of each other i would like them to stack. Similar to call of duty kill logs.

1 Like

Simplest way would be using a UIListLayout.

Thanks, this worked like a charm.

yes this is true, using a list layout auto puts them in a list type layout.

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