All Projects → mopsicus → Infinite Scroll Unity

mopsicus / Infinite Scroll Unity

Licence: mit
Infinite Scroll is a script extension that allows you to use ScrollRect control as an infinite spinner. It is fast, simple and mobile-friendly way to make lists with thousands of rows.

Projects that are alternatives of or similar to Infinite Scroll Unity

Unitymodmanager
一个便捷的程序可以修改游戏内资源包括:Unity游戏资源,Wwise音频资源。
Stars: ✭ 292 (+39.71%)
Mutual labels:  assets, unity3d
Unity Moveable Linerenderer
Unity LineRenderers with the simple turbulence
Stars: ✭ 101 (-51.67%)
Mutual labels:  assets, unity3d
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-60.29%)
Mutual labels:  assets, unity3d
Awesome Opensource Unity
a list of curated opensource Unity packages for future proof Game Developers
Stars: ✭ 161 (-22.97%)
Mutual labels:  assets, unity3d
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-60.29%)
Mutual labels:  assets, unity3d
Unitymobileinput
Unity mobile Input plugin for iOS and Android (Unity UI compatible)
Stars: ✭ 170 (-18.66%)
Mutual labels:  assets, unity3d
Django Webpack Loader
Transparently use webpack with django
Stars: ✭ 2,327 (+1013.4%)
Mutual labels:  assets
React Native Immutable List View
📜 Drop-in replacement for ListView, FlatList, and VirtualizedList.
Stars: ✭ 206 (-1.44%)
Mutual labels:  listview
Fluent State Machine
Fluent API for creating state machines in C#
Stars: ✭ 195 (-6.7%)
Mutual labels:  unity3d
Libtessdotnet
C# port of the famous GLU Tessellator - prebuilt binaries now available in "releases" tab
Stars: ✭ 191 (-8.61%)
Mutual labels:  unity3d
Entitiesbt
Behavior Tree for Unity ECS (DOTS) framework
Stars: ✭ 210 (+0.48%)
Mutual labels:  unity3d
Klakhap
HAP video player plugin for Unity
Stars: ✭ 209 (+0%)
Mutual labels:  unity3d
Smilerefresh
微笑下拉刷新。这是在 SwipeRefreshLayout基础上修改的下拉刷新库。
Stars: ✭ 203 (-2.87%)
Mutual labels:  listview
Ssgi Urp
Screen Space Global Illumination for Unity Universal Render Pipeline
Stars: ✭ 198 (-5.26%)
Mutual labels:  unity3d
Nice Lua
基于xlua的MVVM框架,支持Addressables, 统一渲染管线等Unity新特性
Stars: ✭ 207 (-0.96%)
Mutual labels:  unity3d
Naughtybeziercurves
Bezier Curve Game Object for Unity
Stars: ✭ 195 (-6.7%)
Mutual labels:  unity3d
Flutter reorderable list
ReorderableList for Flutter
Stars: ✭ 208 (-0.48%)
Mutual labels:  listview
Ez Camera Shake Unity
A free powerful asset for achieving easy and quality camera shake in Unity. Open-sourced with the permission of Road Turtle Games. 📷
Stars: ✭ 191 (-8.61%)
Mutual labels:  unity3d
Delight
Delight is an open source component-oriented framework for Unity.
Stars: ✭ 201 (-3.83%)
Mutual labels:  unity3d
Vfxgraphtestbed
My testbed for Unity VFX Graph
Stars: ✭ 209 (+0%)
Mutual labels:  unity3d

Infinite Scroll

Infinite Scroll is a script extension that allows you to use ScrollRect control as an infinite spinner. It is fast, simple and mobile-friendly way to make lists with thousands of rows.

It's easy to use, and fastes, no laggy, no jitter. Tested on iOS and Android.

Features

  1. Easy, light, mobile-friendly, just one script
  2. List items are fully customizable to fit your project
  3. Dynamic, data-driven lists
  4. Efficient reusing of list items
  5. Optional pull-to-refresh function
  6. Diffirent list items height/width support!
  7. Demos, tutorials and full C# source code are all included

How to use

  1. Copy the files into your existing unity project asset folder
  2. Attach InfiniteScroll script to your Unity UI ScrollView object
  3. Init list and define callbacks

Demo

Open Demo scene and build, to try how it works

Example

Infinite Scroll demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].