push-pop / Unity-MVVM

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

CollectionViewBase should get value on start #71

Open push-pop opened 3 years ago

push-pop commented 3 years ago

Currently it only responds to Add/Remove/Udpate events which is no good if you want to bind two listviews in different scenes to a single ObservableCollection