Skip to content

Commit 135f923

Browse files
author
Cory Leach
committed
Package version bump
1 parent 885d8b3 commit 135f923

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
This is a library of GUI helpers for UGUI
1717
Includes a panel system that implements a navigation stack.
1818
Includes a scene transition system.
19-
Includes a shader for blurring the background of UI panels.
19+
Includes a SRP shader for blurring the background of UI panels.
2020

2121
## Quick Package Install
2222

2323
#### Using UnityPackageManager (for Unity 2019.3 or later)
2424
Open the package manager window (menu: Window > Package Manager)<br/>
2525
Select "Add package from git URL...", fill in the pop-up with the following link:<br/>
26-
https://github.com/coryleach/UnityGUI.git#2.0.1<br/>
26+
https://github.com/coryleach/UnityGUI.git#3.0.0<br/>
2727

2828
#### Using UnityPackageManager (for Unity 2019.1 or later)
2929

3030
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
3131
```js
3232
{
3333
"dependencies": {
34-
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#2.0.1",
34+
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#3.0.0",
3535
...
3636
},
3737
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.gameframe.gui",
33
"displayName": "Gameframe.GUI",
4-
"version": "2.0.1",
5-
"description": "This is a library of GUI helpers for UGUI \r\nIncludes a panel system that implements a navigation stack. \r\nIncludes a scene transition system. \r\nIncludes a shader for blurring the background of UI panels.",
4+
"version": "3.0.0",
5+
"description": "This is a library of GUI helpers for UGUI \r\nIncludes a panel system that implements a navigation stack. \r\nIncludes a scene transition system. \r\nIncludes a SRP shader for blurring the background of UI panels.",
66
"keywords": [],
77
"author": {
88
"name": "Cory Leach",

0 commit comments

Comments
 (0)