UnityMvvmToolkit icon indicating copy to clipboard operation
UnityMvvmToolkit copied to clipboard

Brings data-binding to your Unity project

Results 7 UnityMvvmToolkit issues
Sort by recently updated
recently updated
newest added

* 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 {...

bug

https://monosnap.com/file/3q87druoRi7YEcd3FRL0HbeqL4i6v0

bug

## 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...

enhancement

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...

question