File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >Welcome to com.gameframe.infotables 👋</h1 >
2
2
<p >
3
- <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.12 -blue.svg?cacheSeconds=2592000 " />
3
+ <img alt =" Version " src =" https://img.shields.io/badge/version-1.0.13 -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 >
19
19
#### Using UnityPackageManager (for Unity 2019.3 or later)
20
20
Open the package manager window (menu: Window > Package Manager)<br />
21
21
Select "Add package from git URL...", fill in the pop-up with the following link:<br />
22
- https://github.com/coryleach/UnityInfoTables.git#1.0.12 <br />
22
+ https://github.com/coryleach/UnityInfoTables.git#1.0.13 <br />
23
23
24
24
#### Using UnityPackageManager (for Unity 2018.3 or later)
25
25
26
26
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
27
27
``` js
28
28
{
29
29
" dependencies" : {
30
- " com.gameframe.infotables" : " https://github.com/coryleach/UnityInfoTables.git#1.0.12 " ,
30
+ " com.gameframe.infotables" : " https://github.com/coryleach/UnityInfoTables.git#1.0.13 " ,
31
31
...
32
32
},
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.gameframe.infotables" ,
3
3
"displayName" : " Gameframe.InfoTables" ,
4
- "version" : " 1.0.12 " ,
4
+ "version" : " 1.0.13 " ,
5
5
"keywords" : [],
6
6
"author" : {
7
7
"name" : " Cory Leach" ,
You can’t perform that action at this time.
0 commit comments