Added a movement controller, and added a demo scene

This commit is contained in:
Nicholas Novak
2023-04-09 23:09:21 -07:00
parent 11cf183839
commit 663c037af3
8 changed files with 658 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
"com.unity.feature.2d": "1.0.0",
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.inputsystem": "1.4.4",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.2",

View File

@@ -147,6 +147,15 @@
},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.4.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.6",
"depth": 2,