File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed
Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 11<h1 align =" center " >Welcome to com.gameframe.async 👋</h1 >
22<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 " />
44 <a href =" https://twitter.com/coryleach " >
55 <img alt="Twitter: coryleach" src="https://img.shields.io/twitter/follow/coryleach.svg?style=social" target="_blank" />
66 </a >
@@ -45,15 +45,15 @@ await Awaiters.MainUnityThread;
4545
4646```
4747
48- ## Install
48+ ## Install
4949
5050#### Using UnityPackageManager (for Unity 2018.3 or later)
5151
5252Find the manifest.json file in the Packages folder of your project and edit it to look like this:
5353``` js
5454{
5555 " 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 " ,
5757 ...
5858 },
5959}
Original file line number Diff line number Diff line change 11{
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