Skip to content

zhaozilong1988/UITableViewForUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語版 👈 中文版 👈

What is this?

UITableViewForUnity is a componet which can be used for implementing various of list UI views with Unity engine.

For example

Chat Nested Scrolling Appendable List
Snapping Expandable List Grid
Changeable Grid Draggable Grid Deletable Grid

Why I need this?

UITableViewForUnity will help you to develop various of list views effectively without care for the number of items(gameobject), because them will be reused when disappeared from viewport of ScrollRect. Also, you can turn off the reuse feature for any cell which you do not want to reuse.

Installation

UPM

  1. Open the Unity Package Manager.
  2. Select "Add package from git URL".
  3. Enter https://github.com/zhaozilong1988/UITableViewForUnity.git?path=Assets/UIKit.

.unitypackage

Download the unitypackage from the Releases, then import it to your project.

How to use?

Check the samples in the Assets/UIKit/Samples folder or in the Unity Package Manager’s Samples tab

The concept of design

The design of UITableViewForUnity referred to the UITableView of UIKit framework on iOS.