Publisher | Poly & Code |
---|---|
File size | 206.91kB |
Number of files | 21 |
Latest version | 1 |
Latest release date | 2020-11-09 09:12:33 |
First release date | 2020-09-14 12:51:13 |
Supported Unity versions | 2018.4.2 or higher |
Latest Fixes :
- Mouse wheel scrolling: Scrolling with mouse wheel has been fixed now. Also, if scrolling is slow, scroll sensitivity can be increased from the inspector settings.
- Reloading Data: Added ReloadData() function to reload view with a new data-source.
On GitHub (Unity 2017.3)
Recyclable Scroll Rect reuses or recycles the least number of cells required to fill the viewport which enables the implementation of lists with large number of items without any performance hit.
Using the in-built Scroll-Rect with the default approach (i.e instantiating all items) to create lists with a large number of items results in a laggy performance, especially when creating a list with hundreds or thousands of items.
Supported layouts:
• Vertical
• Horizontal
• Grid
- Mouse wheel scrolling: Scrolling with mouse wheel has been fixed now. Also, if scrolling is slow, scroll sensitivity can be increased from the inspector settings.
- Reloading Data: Added ReloadData() function to reload view with a new data-source.
On GitHub (Unity 2017.3)
Recyclable Scroll Rect reuses or recycles the least number of cells required to fill the viewport which enables the implementation of lists with large number of items without any performance hit.
Using the in-built Scroll-Rect with the default approach (i.e instantiating all items) to create lists with a large number of items results in a laggy performance, especially when creating a list with hundreds or thousands of items.
Supported layouts:
• Vertical
• Horizontal
• Grid