From 8e7a89eff7e31abbb7570deedac530488de8ea3b Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Thu, 16 Apr 2020 20:26:57 +0900 Subject: [PATCH] Add UPM Package document --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 321c298..b178ef9 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,16 @@ UniTask.DelayFrame UniTask.Delay(..., bool ignoreTimeScale = false, ...) parameter ``` +UPM Package +--- +After Unity 2019.3.4f1, Unity 2020.1a21, that support path query parameter of git package. You can add `https://github.com/Cysharp/UniTask.git?path=Assets/UniRx.Async` to Package Manager + +![image](https://user-images.githubusercontent.com/46207/79450714-3aadd100-8020-11ea-8aae-b8d87fc4d7be.png) + +![image](https://user-images.githubusercontent.com/46207/79450774-56b17280-8020-11ea-91eb-21e1f51eb60c.png) + +or add `"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=Assets/UniRx.Async"` to `Packages/manifest.json`. + License --- This library is under the MIT License. \ No newline at end of file