Enable new input system

This commit is contained in:
BuyMyMojo 2023-02-26 02:28:50 +11:00
parent cf2ddd9ba6
commit 27fd68c1c2
5 changed files with 419 additions and 95 deletions

View file

@ -5,6 +5,7 @@
"com.unity.collab-proxy": "2.0.0",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.5.0",
"com.unity.render-pipelines.universal": "14.0.6",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",

View file

@ -55,6 +55,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.5.0",
"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": 1,