added basic controls

Added a player with basic movement/rotation controls.
Uses default Input Actions, so most controllers should work.
This commit is contained in:
Banane_Rotative
2025-03-04 15:12:07 +01:00
parent 177bf17294
commit 2bc676efed
12 changed files with 2338 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
"com.unity.collab-proxy": "2.7.1",
"com.unity.ide.rider": "3.0.31",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.inputsystem": "1.13.0",
"com.unity.inputsystem": "1.13.1",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.render-pipelines.universal": "17.0.4",
"com.unity.test-framework": "1.4.6",

View File

@@ -32,8 +32,8 @@
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework": "1.4.5",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework.performance": "3.0.3"
},
"url": "https://packages.unity.com"
@@ -64,7 +64,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.13.0",
"version": "1.13.1",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -179,9 +179,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"