Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 694 Bytes

InfiniteScrollView

InfiniteScrollView is made for Unity extension, that support use as less as possible gameObject count to achieve large infinite scrolling content. Developed by native UGUI system, no any magical code inside, so you can easily modify and extend by yourself.

Features

  1. Easy customize by OOP concept
  2. Support different cell height or width
  3. Full sourcecode and example include

For more detail of the example please refer to Assets/Examples

Example