Hi All,
Just wanted to share some scripts I just made open source (MIT License) which you can find on github along with sample scene:
https://github.com/yaseralhaidery/InfiniteList_NGUI
Sample scene video:
The scripts were part of a free Android app implementation called Avatar Messenger available on Google play (the contacts list view)
The scripts allow:
- Infinite scrolling for fixed height row list view (e.g. contacts list or score list…etc)
- Basic section separators
- Basic scroll indicator
- Quick jump to certain index
There are still few things need to be done such as:
- Support rows with different heights
- Support proper scroll bar (not just an indicator)
- Pooling sections separotors properly
- …etc
Please feel free to use or give feedback… its still at early stage but it might help some one with their app/ game
Cheers
Yaser