All Projects → kiepng → Unity-PullToRefresh

kiepng / Unity-PullToRefresh

Licence: MIT license
Pull to refresh for Unity UI.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Unity-PullToRefresh

WChatPanel
WChatPanel,a chat panel UI component for Unity3D such as wechat.
Stars: ✭ 32 (-56.16%)
Mutual labels:  ugui
DissolveEffectForUGUI
A dissolve effect for uGUI, without material instancing. Please star and watch this project :)
Stars: ✭ 67 (-8.22%)
Mutual labels:  ugui
CompositeToggle
Composite toggle system for unity
Stars: ✭ 38 (-47.95%)
Mutual labels:  ugui
DissolveEffectForTMPro
DissolveEffectForTMPro provide dissolve effect component for TextMeshPro in Unity.
Stars: ✭ 86 (+17.81%)
Mutual labels:  ugui
YLYRichText
a feature-rich, easy to use unity rich text plugin
Stars: ✭ 32 (-56.16%)
Mutual labels:  ugui
WDataTable
WDataTable,a data form component for unity by ugui.
Stars: ✭ 38 (-47.95%)
Mutual labels:  ugui
unity-bridge-ui-framework
🏝 a little framework base on unity and ugui,we use bridges to connect one panel to another panel
Stars: ✭ 90 (+23.29%)
Mutual labels:  ugui
BezierCanvas
Adobe Illustrator's pen tool style bezier editor on Unity.
Stars: ✭ 126 (+72.6%)
Mutual labels:  ugui
RubyTextMeshPro
Unity Text Mesh Proでルビ(フリガナ)のタグを追加しました.
Stars: ✭ 61 (-16.44%)
Mutual labels:  ugui
ReuseScroller
Reuse cell for uGUI ScrollView
Stars: ✭ 29 (-60.27%)
Mutual labels:  ugui
UnityScreenNavigator
Library for screen transitions, transition animations, transition history stacking, and screen lifecycle management in Unity's uGUI.
Stars: ✭ 488 (+568.49%)
Mutual labels:  ugui
UCharts
UCharts allows creating radar charts, pie charts, half pie chart in your Unity3d Games.
Stars: ✭ 33 (-54.79%)
Mutual labels:  ugui
Unity-VariableTileLayout
UI components for tile layout like Pinterenst.
Stars: ✭ 57 (-21.92%)
Mutual labels:  ugui
EmojiText
This is a EmojiText solution for Unity3D UI
Stars: ✭ 74 (+1.37%)
Mutual labels:  ugui
Xlua UGUI Demo
A MVC UGUI hot fix demo using Xlua.
Stars: ✭ 16 (-78.08%)
Mutual labels:  ugui
UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
Stars: ✭ 57 (-21.92%)
Mutual labels:  ugui
ugui-animated-progressbar
A progress bar with animation of uGUI.
Stars: ✭ 81 (+10.96%)
Mutual labels:  ugui
AnKuchen
Control UI Prefab from Script Library
Stars: ✭ 83 (+13.7%)
Mutual labels:  ugui
BlurringAtlasForUGUI
A blur effect for uGUI in Unity, that is effective even for atlas images including dynamic fonts.
Stars: ✭ 29 (-60.27%)
Mutual labels:  ugui
unity-ugui-edit-tools
编辑器下的界面工具集合
Stars: ✭ 30 (-58.9%)
Mutual labels:  ugui

Unity-PullToRefresh

Pull to refresh for Unity UI.

screenshot1

Usage

  1. Download PullToRefresh-vx.x.x.unitypackage from Releases.
  2. Import the package into your Unity project.
  3. Create your ScrollRect implements IScrollable.
  4. Prepare AnimatorController of Loading icon.
  5. Add UIRefreshControl component to your ScrollView from Add Component in inspector.
  6. Attach IScrollable and LoadingAnimatorController to UIRefreshControl. screenshot2
    See ExampleScene for details.

Environment

Unity2018.3.11f1

License

MIT

Author

kiepng

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].