- Infinity sample for multi prefab.
- Fix API below Unity 2020
- Fix
RefreshCells
with total count changes. - Check
m_Content
afterwards. - Fix SizeHelper with no content spacing considered.
- Register at OpenUPM.
- Fix
RefreshCells
whentotalCount
increases.
- Changelog
- Add support for different sources.
- More complex demo from @SyaoranChang (Great thanks for valuable suggestion)
- ReOrganize Project with Unity Package.
- Improve scrolling within tiny steps.
- Continue seperating data source and prefab source.
- Fix padding from @CodingFishWu.
- Fix issue when grid is not full from @zxsean.
- Seperate data source.
- Improve performance with more skippable cases and better pooling.
- Implement
fillViewRect
inRefillCells
from @roointan.
- Quick jump.
- ScrollBar support.
- Fix Grid issues.
- Code cleanup.
- Performance optimization from @zxsean.
- Infinity version.
- Reverse Direction mode.
- Threshold for better control.