push-pop / Unity-MVVM

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

DataBindings should handle null values more gracefully #73

Open push-pop opened 3 years ago

push-pop commented 3 years ago

Currently throws exception if Owner is null. Should propagate null instead

push-pop commented 3 years ago

better option for structs/classes would be to return default(T) I think...