LoopScrollRect Versions Save

These scripts will make your UGUI ScrollRect reusing cells, to improve performance, loading time and draw calls.

v1.1.2

1 year ago

[1.1.2] - 2022-07-18

Added

  • Infinity sample for multi prefab.

Changed

  • Fix API below Unity 2020
  • Fix RefreshCells with total count changes.
  • Check m_Content afterwards.
  • Fix SizeHelper with no content spacing considered.

v1.1.1

2 years ago

[1.1.1] - 2022-04-23

Added

  • Register at OpenUPM.

Changed

  • Fix RefreshCells when totalCount increases.

v1.1.0

2 years ago

[1.1.0] - 2022-03-25

Improve working with better release and publish workflow.

Added

  • Changelog
  • Add support for different sources.
  • More complex demo from @SyaoranChang (Great thanks for valuable suggestion)

Changed

  • ReOrganize Project with Unity Package.
  • Improve scrolling within tiny steps.