Publisher | Feather Brain |
---|---|
File size | 3.97MB |
Number of files | 21 |
Latest version | 1 |
Latest release date | 2018-05-18 11:29:18 |
First release date | 2018-05-18 11:29:18 |
Supported Unity versions | 2018.4.2 or higher |
Alternative Scroll View (ASV) was designed to replace Unity's default scroll view component on low performances platforms (mostly mobiles).
Dynamically creating scroll-able list (like inventory, friend-list, etc.) can cause perceptible freeze as every single element of the list need to be instantiated immediately.
Instead, ASV instantiate empty containers and fill them with the appropriate data, while also adding ordering and filtering support.