Skip to content

alhaddado/unity-scrolly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

unity-scrolly

A Touch/Drag scroll list implementation using Unity GUI (4.6+)

(Update 20-Feb-2015)

  • Added simple cell pooling
  • Updated project to work with latest Unity (4.6.3)
  • Added class (UIList.cs)

Usage:

  • Make a class for the list (ScrollListTest) and inherit from UIList
  • Make a class for the cell and feed it to UIList Generic (TCell --> ScrollCellTest)
  • Implement Abstract functions of UIList in your list class and override as desired.
  • Call Refresh() to make the list.

About

A Touch/Drag scroll list implementation using Unity GUI (4.6+)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages