Fix poses !!!

This commit is contained in:
2023-04-10 22:57:57 +03:00
parent d205302697
commit 2a57eabde3
7 changed files with 34539 additions and 2129 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.render-pipelines.universal": "14.0.6",
"com.unity.render-pipelines.universal": "14.0.7",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.4",
+7 -7
View File
@@ -27,7 +27,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.3",
"version": "1.8.4",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -101,7 +101,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -112,14 +112,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.2",
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.shadergraph": "14.0.6"
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.shadergraph": "14.0.7"
}
},
"com.unity.searcher": {
@@ -130,11 +130,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.6",
"version": "14.0.7",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.6",
"com.unity.render-pipelines.core": "14.0.7",
"com.unity.searcher": "4.9.2"
}
},