Package for unity3d which allow make binding linke in MVVM pattern.
- One way, two way property/field binding
- Simple configuration
- Zero-code using
- List binging
Examples see in %Package%/Examples
folder
For start using this package add lines into ./Packages/manifest.json
like next sample:
{
"dependencies": {
"bindingrx": "https://github.com/k0dep/bindingrx.git#1.0.0"
}
}
Instead #1.0.0
paste version what you need.
Warning! For unity 2018.3, After include dependency in manifest, you must manual add TypeInspector and UniRx dependencies in manifest