push-pop / Unity-MVVM

Lightweight MVVM Framework for Unity3D
MIT License
323 stars 27 forks source link

CollectionViewBase AddElements not setting sibling index properly #72

Closed push-pop closed 3 years ago

push-pop commented 3 years ago

Line 249: go.transform.SetSiblingIndex(newStartingIndex); should be go.transform.SetSiblingIndex(newStartingIndex + idx);