Fix male and female animations

This commit is contained in:
Vova
2024-04-30 15:24:15 +03:00
parent 3116437c46
commit a0b031133a
24 changed files with 172327 additions and 17524 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.unity.ai.navigation": "2.0.0",
"com.unity.animation.rigging": "1.3.0",
"com.unity.cinemachine": "2.9.7",
"com.unity.cinemachine": "2.10.0",
"com.unity.collab-proxy": "2.3.1",
"com.unity.formats.fbx": "5.1.0",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.7.0",
"com.unity.render-pipelines.universal": "16.0.5",
"com.unity.render-pipelines.universal": "16.0.6",
"com.unity.test-framework": "1.3.9",
"com.unity.timeline": "1.8.6",
"com.unity.ugui": "2.0.0",
+9 -9
View File
@@ -34,7 +34,7 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.12",
"version": "1.8.13",
"depth": 1,
"source": "registry",
"dependencies": {
@@ -44,7 +44,7 @@
"url": "https://packages.unity.com"
},
"com.unity.cinemachine": {
"version": "2.9.7",
"version": "2.10.0",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -120,7 +120,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "16.0.5",
"version": "16.0.6",
"depth": 1,
"source": "builtin",
"dependencies": {
@@ -133,18 +133,18 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "16.0.5",
"version": "16.0.6",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "16.0.5",
"com.unity.shadergraph": "16.0.5"
"com.unity.render-pipelines.core": "16.0.6",
"com.unity.shadergraph": "16.0.6"
}
},
"com.unity.rendering.light-transport": {
"version": "1.0.1",
"version": "1.0.2",
"depth": 2,
"source": "builtin",
"dependencies": {
@@ -161,11 +161,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "16.0.5",
"version": "16.0.6",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "16.0.5",
"com.unity.render-pipelines.core": "16.0.6",
"com.unity.searcher": "4.9.2"
}
},