How to automatically stack new UI Objects?

,

Hello fellow developers,

I am working on a killfeed system for my game. I was wondering how I could automatically stack each kill info. It’s a little hard to explain, so I’ll just put an example here:

Basically, every time you get a new kill, the feed moves it to the bottom and the rest of the kills move up to let it fit. How could I achieve this?

Thanks,
Fizzitix

1 Like

I would probably use UIListLayout and specify the sort and layout order, they provide a script example too:

1 Like

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