File tree 2 files changed +14
-16
lines changed
2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Welcome to com.gameframe.async 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.2 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.3 -blue.svg?cacheSeconds=2592000 " />
4
4
<a href =" https://twitter.com/coryleach " >
5
5
<img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
6
6
</a >
@@ -45,15 +45,15 @@ await Awaiters.MainUnityThread;
45
45
46
46
```
47
47
48
- ## Install
48
+ ## Install
49
49
50
50
#### Using UnityPackageManager (for Unity 2018.3 or later)
51
51
52
52
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
53
53
``` js
54
54
{
55
55
" dependencies" : {
56
- " com.gameframe.async" : " https://github.com/coryleach/UnityAsync.git#1.0.2 " ,
56
+ " com.gameframe.async" : " https://github.com/coryleach/UnityAsync.git#1.0.3 " ,
57
57
...
58
58
},
59
59
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " com.gameframe.async" ,
3
- "displayName" : " Gameframe.Async" ,
4
- "version" : " 1.0.2" ,
5
- "description" : " Async task utility library for Unity" ,
6
- "unity" : " 2018.2" ,
7
- "unityRelease" : " 13f1" ,
8
- "keywords" : [],
9
- "author" : {
10
- "name" : " Cory Leach" ,
11
-
12
- "url" : " https://coryleach.info"
13
- }
14
- }
2
+ "name" : " com.gameframe.async" ,
3
+ "displayName" : " Gameframe.Async" ,
4
+ "version" : " 1.0.3" ,
5
+ "description" : " Async task utility library for Unity" ,
6
+ "keywords" : [],
7
+ "author" : {
8
+ "name" : " Cory Leach" ,
9
+
10
+ "url" : " https://coryleach.info"
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments