UnityMvvmToolkit
UnityMvvmToolkit copied to clipboard
Brings data-binding to your Unity project
* Fixed [Some nested members are not properly retrieved #66](https://github.com/LibraStack/UnityMvvmToolkit/issues/66)
Private/protected members declared in inherited classes are not always properly retrieved. Suppose we have following structure of ViewModels ``` public class BaseViewModel { } public class MiddleViewModel : BaseViewModel {...
https://monosnap.com/file/3q87druoRi7YEcd3FRL0HbeqL4i6v0
## Feature request When creating a new view prefab, I made the mistake to put bindable elements on the root game object, and could not get anything to work. While...
Hello there, that's a very cool toolkit you did, I'm thinking about using it for my game. One issue I had is that I really don't want to use the...