powerful loop scroll view for Unity3d.
-----Developed under unity3d version 5.x-----
Endless loop scroll view for NGUI.
-
easy to add base endless , loop scrollview in your project for showing up big data(particularly the rank list)
-
dynamic add new data to the endless scroll view.
-
dynamic delete data in list without resetting the scroll view(delete all the item recreate them all.)
无限循环滚动scrollview
-
方便添加到项目工程中
-
动态增加数据
-
动态删除数据,删除数据自动更新item,不用重置scrollview位置或者重新生成item
-
base endless and loop feature,both vertical and horizon(done)
-
dynamic add new data(done)
-
dynamic delete(done)
-
dynamic calculate min loop item cout(done)
-
优化resetScrollView的方法,不直接的Destroy (optimize the resetScrollView method)
-
加入打印log的开关,场景中的[DebugSystem]物体上绑定 (add a Log switch look at [DebugSystem] GameObject in the scene)