|
1 |
| -<h1 align="center">Welcome to com.gameframe.async 👋</h1> |
| 1 | +<h1 align="center">Gameframe.Async 👋</h1> |
2 | 2 |
|
| 3 | +<!-- BADGE-START --> |
3 | 4 | [](https://www.codacy.com/manual/coryleach/UnityAsync?utm_source=github.com&utm_medium=referral&utm_content=coryleach/UnityAsync&utm_campaign=Badge_Grade)
|
4 |
| - |
| 5 | + |
5 | 6 | [](https://openupm.com/packages/com.gameframe.async/)
|
6 | 7 | [](https://github.com/coryleach/UnityAsync/blob/master/LICENSE)
|
7 | 8 |
|
8 | 9 | [](https://twitter.com/coryleach)
|
| 10 | +<!-- BADGE-END --> |
9 | 11 |
|
10 |
| -> Async task utility package for Unity</br> |
11 |
| -> Helper methods for starting tasks on the Unity thread.</br> |
12 |
| -> Start and await coroutines from any thread.</br> |
| 12 | +> Async task utility package for Unity |
| 13 | +> Helper methods for starting tasks on the Unity thread. |
| 14 | +> Start and await coroutines from any thread. |
| 15 | +
|
| 16 | +## Quick Package Install |
| 17 | + |
| 18 | +#### Using UnityPackageManager (for Unity 2019.3 or later) |
| 19 | +Open the package manager window (menu: Window > Package Manager)<br/> |
| 20 | +Select "Add package from git URL...", fill in the pop-up with the following link:<br/> |
| 21 | +https://github.com/coryleach/UnityAsync.git#1.0.4<br/> |
| 22 | + |
| 23 | +#### Using UnityPackageManager (for Unity 2019.1 or later) |
| 24 | + |
| 25 | +Find the manifest.json file in the Packages folder of your project and edit it to look like this: |
| 26 | +```js |
| 27 | +{ |
| 28 | + "dependencies": { |
| 29 | + "com.gameframe.async": "https://github.com/coryleach/UnityAsync.git#1.0.4", |
| 30 | + ... |
| 31 | + }, |
| 32 | +} |
| 33 | +``` |
| 34 | + |
| 35 | +<!-- DOC-START --> |
| 36 | +<!-- |
| 37 | +Changes between 'DOC START' and 'DOC END' will not be modified by readme update scripts |
| 38 | +--> |
13 | 39 |
|
14 | 40 | ## Quick Package Install
|
15 | 41 |
|
@@ -72,16 +98,19 @@ await Awaiters.MainUnityThread;
|
72 | 98 |
|
73 | 99 | ```
|
74 | 100 |
|
| 101 | +<!-- DOC-END --> |
| 102 | + |
75 | 103 | ## Author
|
76 | 104 |
|
77 | 105 | 👤 **Cory Leach**
|
78 | 106 |
|
79 |
| -* Twitter: [@coryleach](https://twitter.com/coryleach) |
80 |
| -* Github: [@coryleach](https://github.com/coryleach) |
| 107 | +* Twitter: [@coryleach](https://twitter.com/coryleach) |
| 108 | +* Github: [@coryleach](https://github.com/coryleach) |
| 109 | + |
81 | 110 |
|
82 | 111 | ## Show your support
|
83 | 112 |
|
84 | 113 | Give a ⭐️ if this project helped you!
|
85 | 114 |
|
86 | 115 | ***
|
87 |
| -_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ |
| 116 | +_This README was generated with ❤️ by [Gameframe.Packages](https://github.com/coryleach/unitypackages)_ |
0 commit comments