Skip to content

Commit d9d76a8

Browse files
committed
package version updated
1 parent 6146755 commit d9d76a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "com.gamelovers.uiservice",
33
"displayName": "UiService",
4-
"version": "0.7.2",
5-
"unity": "2020.3",
4+
"author": "Miguel Tomas",
5+
"version": "0.8.0",
6+
"unity": "2022.4",
7+
"license": "MIT",
68
"description": "This package provides a service to help manage an Unity's, game UI.\nIt allows to open, close, load, unload and request any Ui Configured in the game.\nThe package provides a Ui Set that allows to group a set of Ui Presenters to help load, open and close multiple Uis at the same time.\n\nTo help configure the game's UI you need to create a UiConfigs Scriptable object by:\n- Right Click on the Project View > Create > ScriptableObjects > Configs > UiConfigs",
79
"dependencies": {
8-
"com.unity.addressables": "1.17.17"
10+
"com.unity.addressables": "1.22.0"
911
},
1012
"type": "library",
1113
"hideInEditor": false

0 commit comments

Comments
 (0)