Imported UI Assets

This commit is contained in:
MarcoHampel
2024-02-01 22:45:59 -05:00
parent 95a3f673f0
commit 5192d8b669
1355 changed files with 518302 additions and 153 deletions

View File

@ -1,13 +1,14 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.cinemachine": "2.8.9",
"com.unity.collab-proxy": "2.0.0",
"com.unity.collab-proxy": "2.0.3",
"com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.22",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.4.4",
"com.unity.render-pipelines.high-definition": "12.1.10",
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.high-definition": "12.1.11",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",

View File

@ -1,7 +1,13 @@
{
"dependencies": {
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.burst": {
"version": "1.8.2",
"version": "1.8.4",
"depth": 1,
"source": "registry",
"dependencies": {
@ -19,7 +25,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.0",
"version": "2.0.3",
"depth": 0,
"source": "registry",
"dependencies": {},
@ -44,11 +50,11 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.20",
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.1.1",
"com.unity.performance.profile-analyzer": "1.2.2",
"com.unity.test-framework": "1.1.31",
"com.unity.testtools.codecoverage": "1.2.2"
}
@ -63,7 +69,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.17",
"version": "2.0.18",
"depth": 0,
"source": "registry",
"dependencies": {
@ -79,7 +85,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.4.4",
"version": "1.7.0",
"depth": 0,
"source": "registry",
"dependencies": {
@ -95,14 +101,14 @@
"url": "https://packages.unity.com"
},
"com.unity.performance.profile-analyzer": {
"version": "1.1.1",
"version": "1.2.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "12.1.10",
"version": "12.1.11",
"depth": 1,
"source": "builtin",
"dependencies": {
@ -112,28 +118,28 @@
}
},
"com.unity.render-pipelines.high-definition": {
"version": "12.1.10",
"version": "12.1.11",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.4",
"com.unity.burst": "1.8.2",
"com.unity.burst": "1.8.4",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.render-pipelines.core": "12.1.10",
"com.unity.shadergraph": "12.1.10",
"com.unity.visualeffectgraph": "12.1.10",
"com.unity.render-pipelines.high-definition-config": "12.1.10"
"com.unity.render-pipelines.core": "12.1.11",
"com.unity.shadergraph": "12.1.11",
"com.unity.visualeffectgraph": "12.1.11",
"com.unity.render-pipelines.high-definition-config": "12.1.11"
}
},
"com.unity.render-pipelines.high-definition-config": {
"version": "12.1.10",
"version": "12.1.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.10"
"com.unity.render-pipelines.core": "12.1.11"
}
},
"com.unity.searcher": {
@ -151,11 +157,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "12.1.10",
"version": "12.1.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.10",
"com.unity.render-pipelines.core": "12.1.11",
"com.unity.searcher": "4.9.1"
}
},
@ -247,12 +253,12 @@
}
},
"com.unity.visualeffectgraph": {
"version": "12.1.10",
"version": "12.1.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.shadergraph": "12.1.10",
"com.unity.render-pipelines.core": "12.1.10"
"com.unity.shadergraph": "12.1.11",
"com.unity.render-pipelines.core": "12.1.11"
}
},
"com.unity.visualscripting": {