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
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -350,7 +350,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 2.2333333
value: 0.6573118
value: 0.63
inSlope: 0.0002610686
outSlope: 0.0002610686
tangentMode: 0
@@ -34601,7 +34601,7 @@ AnimationClip:
outWeight: 0.33333334
- serializedVersion: 3
time: 2.2333333
value: 0.6573118
value: 0.63
inSlope: 0.0002610686
outSlope: 0.0002610686
tangentMode: 0
File diff suppressed because it is too large Load Diff
+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"
}
},
+2 -2
View File
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.2.13f1
m_EditorVersionWithRevision: 2022.2.13f1 (5f5de2657605)
m_EditorVersion: 2022.2.14f1
m_EditorVersionWithRevision: 2022.2.14f1 (b2c9b1ac6cc0)