UIBetterScroll builds on top of Unity’s built in scroll-view.
It automatically recycles and reuses the scroll-views items allowing you to display hundreds -or even thousands- of items in your scroll-view without having to worry about memory or performance.
Key features:
* Simple, easy-to-use API
* Supports vertical, horizontal, and inverted scrollviews.
* Supports scroll-views with multiple item-types
* Provides handy functions to Scroll to different items in the scroll view
* Supports overlay, camera, and world-space canvases
* MVC framework makes it very easy (and clean) to customise your scrollview
Full source-code, samples, and README.pdf included.