Added 3D player model, added better cam movement

This commit is contained in:
TAASONI3
2023-12-30 20:19:48 +01:00
parent f57389e8a4
commit 9ea4951312
49 changed files with 11586 additions and 1342 deletions

View File

@@ -2,6 +2,7 @@
"dependencies": {
"com.rlabrecque.steamworks.net": "https://github.com/rlabrecque/Steamworks.NET.git?path=/com.rlabrecque.steamworks.net#20.1.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.animation.rigging": "1.2.1",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.ide.visualstudio": "2.0.22",

View File

@@ -30,6 +30,25 @@
},
"url": "https://packages.unity.com"
},
"com.unity.animation.rigging": {
"version": "1.2.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.4.1",
"com.unity.test-framework": "1.1.24"
},
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.10",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"depth": 0,
@@ -88,6 +107,13 @@
},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 0,