I've implemented infinite scrolling list mechanics. This means when an object goes off-screen, it gets moved to the opposite end of the list (top or bottom). Thanks to this solution, you can use thousands of objects for your list (like leaderboards) without any lag or freezing!
✨ Key Features
♾️ Infinite Scrolling: Seamlessly scroll through content with dynamically recycled elements — no limit to how far users can scroll.
⚡️ Object Pooling: Dynamically recycles objects instead of destroying them – 90% less lag with 10,000+ items!
🌀 Inertial Scrolling: Realistic momentum scrolling that gradually slows down. Adjust decay rates via variables.
📱 Full Touch Support: Fully responsive on both touchscreens and desktop input.
📦 Demo Included: A working leaderboard demo with placeholder items shows how to integrate the list with real data.
Try in Arcade!
Link to buy in Asset Store