Unity3D-InfinitelyScrollingScrollRect icon indicating copy to clipboard operation
Unity3D-InfinitelyScrollingScrollRect copied to clipboard

A simple demo showcasing how one might implement an infinite scroll component in Unity.

Results 3 Unity3D-InfinitelyScrollingScrollRect issues
Sort by recently updated
recently updated
newest added

It doesn't manage the spacing properly if the size of childs varies(eg: width for horizontal).

You should use RectTransform instead of Transofrm in InfiniteScroll.cs at HandleVerticalScroll() because it doesn't adjust to other resolutions. Also you should subtract itemSpacing if possitiveDrag and add if !possitive Here...

Hi there, First of all, thank you so much! This is absolutely amazing project! All good wishes to you Now to business: everything works fine withing your scene, but prefab...