mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-21 23:30:12 +00:00
Add UPM Package document
This commit is contained in:
10
README.md
10
README.md
@@ -335,6 +335,16 @@ UniTask.DelayFrame
|
|||||||
UniTask.Delay(..., bool ignoreTimeScale = false, ...) parameter
|
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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
or add `"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=Assets/UniRx.Async"` to `Packages/manifest.json`.
|
||||||
|
|
||||||
License
|
License
|
||||||
---
|
---
|
||||||
This library is under the MIT License.
|
This library is under the MIT License.
|
||||||
Reference in New Issue
Block a user