Skip to content

Commit 1c08c51

Browse files
committed
chore: drop jsonserialize and ui from demo.
1 parent 0438be7 commit 1c08c51

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

examples/demo/Packages/manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"com.unity.nuget.newtonsoft-json": "3.2.2",
77
"com.unity.modules.accessibility": "1.0.0",
88
"com.unity.modules.androidjni": "1.0.0",
9-
"com.unity.modules.jsonserialize": "1.0.0",
10-
"com.unity.modules.ui": "1.0.0",
119
"com.unity.modules.uielements": "1.0.0",
1210
"com.unity.modules.unitywebrequest": "1.0.0"
1311
},

examples/demo/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"com.unity.modules.jsonserialize": {
6565
"version": "1.0.0",
66-
"depth": 0,
66+
"depth": 1,
6767
"source": "builtin",
6868
"dependencies": {}
6969
},
@@ -75,7 +75,7 @@
7575
},
7676
"com.unity.modules.ui": {
7777
"version": "1.0.0",
78-
"depth": 0,
78+
"depth": 1,
7979
"source": "builtin",
8080
"dependencies": {}
8181
},

0 commit comments

Comments
 (0)