Recyclable Scroll – Reusing UI Elements


The scroll system optimizes performance by reusing UI elements (GameObjects).


by ONE ARTIST GAMES


Price History +

Instead of creating thousands of objects that consume RAM and slow down CPU processing, this system maintains only a small number of elements sufficient to display on the screen and updates their data as the screen is scrolled.

Document