Search Unity

[FREE][OPENSOURCE] Infinite scrolling for NGUI's UITable

Discussion in 'Assets and Asset Store' started by SolidSnake, Apr 8, 2014.

  1. SolidSnake

    SolidSnake

    Joined:
    Dec 19, 2011
    Posts:
    63
    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
     
    Last edited: Jul 3, 2015
  2. Requiem99

    Requiem99

    Joined:
    Aug 6, 2013
    Posts:
    12
    Thank you! Great work! But how to change the texture of every items? (Default texture is "sand").
     
  3. gloobsahu

    gloobsahu

    Joined:
    Jun 5, 2015
    Posts:
    3
    I was looking for something like this. Sounds perfect, but sadly I am not able to access the github project? Can you please help?
     
  4. Yum1994

    Yum1994

    Joined:
    Jul 19, 2016
    Posts:
    5
    :)It's it possible to make it support dynamic height row list? I think the dynamic row list will be suitable for chat log. Do you have any clue to make it support dynamic height row list?