Skip to content

Commit

Permalink
Merge pull request #149 from mattak/feat/upm_doc
Browse files Browse the repository at this point in the history
Update upm install instructions
  • Loading branch information
mattak authored Aug 11, 2021
2 parents d39f988 + 083671e commit 9a16f58
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ Unidux is practical application architecture for Unity3D UI.
It's inspired by Redux.

# Install
Import unitypackage from [latest releases](https://github.com/mattak/Unidux/releases).

## UPM

Add following two lines to `Pacakges/manifest.json`.

```
{
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
"me.mattak.unidux": "https://github.com/mattak/Unidux.git?path=Assets/Plugins/Unidux/Scripts",
// ...
}
```

## Unity package

No longer supported.
If you need older versions, import unitypackage from [latest releases](https://github.com/mattak/Unidux/releases).

# Usage

Expand Down Expand Up @@ -312,6 +328,7 @@ class State : StateBase
- [@jesstelford](https://github.com/jesstelford) for fix document.
- [@tenmihi](https://github.com/tenmihi) for fix document.
- [@kn1cht](https://github.com/kn1cht) for fix .net 4.0 runtime error.
- [@shiena](https://github.com/shiena) for upm support.

# License

Expand Down

0 comments on commit 9a16f58

Please sign in to comment.