push-pop / Unity-MVVM

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

Added Component Menu and Sorted usings #63

Closed push-pop closed 3 years ago

push-pop commented 3 years ago

@AAAYaKo I'm happy to include these changes and give you credit,. I proposed a few changes above.

Additionally, I don't really want to merge this with all the package.json etc... changes is it possible to make a branch with just the important files?

AAAYaKo commented 3 years ago

@push-pop Ok, when I have time I'll try. By the way, can I try to create a branch with some radical changes? For example change converters from Monobechaviours to ScriptableObjects Or... if I can make something interesting😉 Like add ObservableProperty<T> or [BindbleAttribute] to clean up VM code Or rewrite Binding to ScriptableObjects(if I succeed)

push-pop commented 3 years ago

@AAAYaKo I'm open to it!

Any breaking changes need to be thoughtfully considered and perhaps scheduled in a later major release. Any usability features would be nice to integrate for sure

AAAYaKo commented 3 years ago

I started a new fork and added PR