Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ Find the manifest.json file in the Packages folder of your project and edit it t
Changes between 'DOC START' and 'DOC END' will not be modified by readme update scripts
-->

## Quick Package Install

### Using UnityPackageManager (for Unity 2019.3 or later)
Open the package manager window (menu: Window > Package Manager)<br/>
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
[https://github.com/coryleach/UnityAsync.git#1.0.3](https://github.com/coryleach/UnityAsync.git#1.0.3)<br/>

### Using OpenUPM

The package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).
Expand All @@ -56,17 +49,6 @@ The package is available on the [openupm registry](https://openupm.com). It's re
openupm add com.gameframe.async
```

### Using UnityPackageManager (for Unity 2019.2 or earlier)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.3",
...
},
}
```

## Quick Start

### Start and Await a coroutine from anywhere
Expand Down