Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.12 KB

(Abandon maintenance)


InfiniteScrollView with UniTask

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.

Install via git URL

https://github.com/michael811125/InfiniteScrollView-with-UniTask.git?path=Assets/InfiniteScrollView/Scripts

Cell Script Template

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