Skip to content

Commit 0b88e91

Browse files
committed
Update Unity UGUI package version to 2.0.0 in package.json and manifest.json
1 parent f4a6ce4 commit 0b88e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/_PackageRoot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"unity": "2019.2",
1010
"description": "Asynchronous image loading from remote or local destination. It has two layers of configurable Memory and Disk cache systems.",
1111
"dependencies": {
12-
"com.unity.ugui": "1.0.0",
12+
"com.unity.ugui": "2.0.0",
1313
"com.cysharp.unitask": "2.5.10"
1414
},
1515
"scopedRegistries": [

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"com.cysharp.unitask": "2.5.10",
44
"com.unity.ide.visualstudio": "1.0.11",
55
"com.unity.test-framework": "1.1.33",
6-
"com.unity.ugui": "1.0.0",
6+
"com.unity.ugui": "2.0.0",
77
"com.unity.modules.animation": "1.0.0",
88
"com.unity.modules.imageconversion": "1.0.0",
99
"com.unity.modules.imgui": "1.0.0",

0 commit comments

Comments
 (0)