uis icon indicating copy to clipboard operation
uis copied to clipboard

Unity infinite scroller (UIS) is an extension allows you to use the ScrollRect control as an infinite scroller/spinner

Results 12 uis issues
Sort by recently updated
recently updated
newest added

I am using it to created Chat system and below is my requirements. 1. The Chat Panel should have an infinite scroll so Users can see the Chat Histories. 2....

It would be awesome if it could load items in a async way.

Whenever i have image inside the cells. The images keep fidgeting, where the image keeps changing really fast between the intended image and the previous image. Images are assigned inside...

I need revers scroll direction (Botton to Top) = first element on Botton, last on Top = it's hard to understand this solution for change anything=(

I use MoveToSide method to scroll to end position and if target is found i stopped scrolling. but items spawned after scrolling. i changed the SCROLL_SPEED, SCROLL_DURATION but it did...

enhancement

Hey, I like the script so far and would like to use it, but within the Demo and my own project, when I use the scroll wheel to scroll the...

Accordingly to my comment in https://github.com/mopsicus/infinite-scroll-unity/issues/23 If we want to change scrollbar (exactly the bar, not by dragging scroll view) position too fast, there would be unpredictable behaviour: the component...

NullReferenceException: Object reference not set to an instance of an object Mopsicus.InfiniteScroll.InfiniteScroll.CalcSizesPositionsVertical (System.Int32 count) (at Assets/Scripts/InfiniteScroll.cs:698) what causes this error ? OnHeight is defined in my script using the infinitescroll.cs

I need to spawn a title (TextMeshPro), 50 items, a new title, 50 new items and so on. How can I achieve this?

Hi I would like to use scroll bar for infnite items in scroll view .i tried to use but unable to use scroll bar .Could you please help on it