Skip to content

k0dep/BindingRx

Repository files navigation

BindingRx 🔗

Package for unity3d which allow make binding linke in MVVM pattern.

Features

  • One way, two way property/field binding
  • Simple configuration
  • Zero-code using
  • List binging

Showcase

Mono binding showcase

Code examples

Examples see in %Package%/Examples folder

Using

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