jbruening / ugui-mvvm

Unity3D uGUI mvvm databinding via the standard IXChanged interfaces used in wpf (INotifyPropertyChanged, INotifyCollectionChanged, etc)
Other
214 stars 41 forks source link

Additional features and bug fixes #5

Closed ritijain closed 5 years ago

ritijain commented 5 years ago

Change Description

ritijain commented 5 years ago

@jbruening We have been actively using ugui-mvvm in some of our Mixed Reality projects at Microsoft, and we wanted to contribute back some of the changes we made in the process - add some functionality and performance improvements

jbruening commented 5 years ago

Wow thanks for the pull request! I'm glad you're finding the library useful.