These script will make your UnityGUI ScrollRects scroll infinitely. I used the HorizontalLayoutGroup and VerticalLayoutGroup components to display my UI elements.
C#
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
DemoScene Added support for spacing between elements May 6, 2015
Editor Reorganized the files May 5, 2015
Scripts Removed comment Aug 17, 2015
DemoScene.meta
Editor.meta Reorganized the files May 5, 2015
README.md
README.md.meta
Scripts.meta Reorganized the files May 5, 2015

README.md

InfinityScroll

These script will make your UnityGUI ScrollRects scroll infinitely. I used the HorizontalLayoutGroup and VerticalLayoutGroup components to display my UI elements.

Check out https://www.youtube.com/watch?v=6-dbROuf1zk

Note: I updated the plugin. The video doesn't match perfectly anymore but it's essentially the same.