Skip to content

Commit c06c3fe

Browse files
committed
Package JSON and Install Instructions Update
1 parent eb2cedb commit c06c3fe

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# redmoon-reactiveKit
2+
3+
## Description
24
A Lightweight UniRx Integration into Unity's UI Toolkit.
5+
6+
## How to Use
7+
Follow the Install Instructions for https://github.com/sandolkakos/unity-package-manager-utilities
8+
9+
Then Just copy the link below and add it to your project via Unity Package Manager: [Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
10+
```
11+
https://github.com/crazyjackel/redmoon-reactiveKit.git
12+
```

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@
1414
"gitDependencies": {
1515
"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts",
1616
"io.crazyjackel.redmoon-depinjector": "https://github.com/crazyjackel/redmoon-depInjector.git"
17-
}
17+
},
18+
"samples": [
19+
{
20+
"displayName": "Basic UI",
21+
"description": "Contains Basic UI how to use the system",
22+
"path": "Samples~/SamplesBasicUI"
23+
}
24+
]
1825
}

0 commit comments

Comments
 (0)