Nodux icon indicating copy to clipboard operation
Nodux copied to clipboard

Node base redux inspired framework

Nodux

Nodux is node base redux framework for Unity3D.

Status

Now developping. All interfaces might be changed.

Install

Fill your Packages/manifest.json

{
  "dependencies": {
    "me.mattak.nodux": "https://github.com/mattak/Nodux.git#0.0.2",
    "unirx": "https://github.com/k0dep/UniRx.git#6.2.2"
  }
}

UniRx does not publish official upm package now. If you are already using UniRx, there is no need to add UniRx package.

License

MIT