GitHunt
SI

sichenn/BindingRx

๐Ÿ”—Data binding components for Unity3d upm package

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

Languages

C#100.0%
MIT License
Created May 31, 2019
Updated May 31, 2019