kiepng / Unity-PullToRefresh

Pull to refresh for Unity UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pull to refresh for Unity UI.

License:MIT License


Languages

Language:C# 100.0%