Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 284d5c5

Browse files
authored
Merge pull request #453 from shiena/upm
Add upm package.json and document
2 parents 66205df + ae0a082 commit 284d5c5

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "com.neuecc.unirx",
3+
"displayName": "UniRx",
4+
"version": "7.1.0",
5+
"unity": "2018.3",
6+
"description": "Reactive Extensions for Unity",
7+
"license": "MIT",
8+
"dependencies": {}
9+
}

Assets/Plugins/UniRx/Scripts/package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,12 @@ DLL Separation
11941194
---
11951195
If you want to pre-build UniRx, you can build own dll. clone project and open `UniRx.sln`, you can see `UniRx`, it is fullset separated project of UniRx. You should define compile symbol like `UNITY;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;` + `UNITY_EDITOR`, `UNITY_IPHONE` or other platform symbol. We can not provides pre-build binary to release page, asset store because compile symbol is different each other.
11961196

1197+
UPM Package
1198+
---
1199+
After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of git package. You can add `https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts` to Package Manager
1200+
1201+
or add `"com.neuecc.unirx": "https://github.com/neuecc/UniRx.git?path=Assets/Plugins/UniRx/Scripts"` to `Packages/manifest.json`.
1202+
11971203
Reference
11981204
---
11991205
* [UniRx/wiki](https://github.com/neuecc/UniRx/wiki)

0 commit comments

Comments
 (0)