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 outWeight: 0.33333334
- serializedVersion: 3 - serializedVersion: 3
time: 2.2333333 time: 2.2333333
value: 0.6573118 value: 0.63
inSlope: 0.0002610686 inSlope: 0.0002610686
outSlope: 0.0002610686 outSlope: 0.0002610686
tangentMode: 0 tangentMode: 0
@@ -34601,7 +34601,7 @@ AnimationClip:
outWeight: 0.33333334 outWeight: 0.33333334
- serializedVersion: 3 - serializedVersion: 3
time: 2.2333333 time: 2.2333333
value: 0.6573118 value: 0.63
inSlope: 0.0002610686 inSlope: 0.0002610686
outSlope: 0.0002610686 outSlope: 0.0002610686
tangentMode: 0 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.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17", "com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5", "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.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6", "com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.4", "com.unity.timeline": "1.7.4",
+7 -7
View File
@@ -27,7 +27,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.burst": { "com.unity.burst": {
"version": "1.8.3", "version": "1.8.4",
"depth": 1, "depth": 1,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {
@@ -101,7 +101,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.render-pipelines.core": { "com.unity.render-pipelines.core": {
"version": "14.0.6", "version": "14.0.7",
"depth": 1, "depth": 1,
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
@@ -112,14 +112,14 @@
} }
}, },
"com.unity.render-pipelines.universal": { "com.unity.render-pipelines.universal": {
"version": "14.0.6", "version": "14.0.7",
"depth": 0, "depth": 0,
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.mathematics": "1.2.1", "com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.2", "com.unity.burst": "1.8.2",
"com.unity.render-pipelines.core": "14.0.6", "com.unity.render-pipelines.core": "14.0.7",
"com.unity.shadergraph": "14.0.6" "com.unity.shadergraph": "14.0.7"
} }
}, },
"com.unity.searcher": { "com.unity.searcher": {
@@ -130,11 +130,11 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.shadergraph": { "com.unity.shadergraph": {
"version": "14.0.6", "version": "14.0.7",
"depth": 1, "depth": 1,
"source": "builtin", "source": "builtin",
"dependencies": { "dependencies": {
"com.unity.render-pipelines.core": "14.0.6", "com.unity.render-pipelines.core": "14.0.7",
"com.unity.searcher": "4.9.2" "com.unity.searcher": "4.9.2"
} }
}, },
+2 -2
View File
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.2.13f1 m_EditorVersion: 2022.2.14f1
m_EditorVersionWithRevision: 2022.2.13f1 (5f5de2657605) m_EditorVersionWithRevision: 2022.2.14f1 (b2c9b1ac6cc0)