Browse Source

Added input system

jeff
Joshua Reason 2 years ago
parent
commit
1bbaa6ded2
5 changed files with 13 additions and 5 deletions
  1. +1
    -0
      Packages/manifest.json
  2. +7
    -0
      Packages/packages-lock.json
  3. BIN
      ProjectSettings/GraphicsSettings.asset
  4. BIN
      ProjectSettings/ProjectSettings.asset
  5. BIN
      ProjectSettings/QualitySettings.asset

+ 1
- 0
Packages/manifest.json View File

@ -7,6 +7,7 @@
"com.unity.ide.rider": "2.0.7", "com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.8", "com.unity.ide.visualstudio": "2.0.8",
"com.unity.ide.vscode": "1.2.3", "com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.0.2",
"com.unity.render-pipelines.universal": "10.5.0", "com.unity.render-pipelines.universal": "10.5.0",
"com.unity.test-framework": "1.1.24", "com.unity.test-framework": "1.1.24",
"com.unity.textmeshpro": "3.0.6", "com.unity.textmeshpro": "3.0.6",

+ 7
- 0
Packages/packages-lock.json View File

@ -61,6 +61,13 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.inputsystem": {
"version": "1.0.2",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.mathematics": { "com.unity.mathematics": {
"version": "1.1.0", "version": "1.1.0",
"depth": 1, "depth": 1,

BIN
ProjectSettings/GraphicsSettings.asset (Stored with Git LFS) View File

size 2575

BIN
ProjectSettings/ProjectSettings.asset (Stored with Git LFS) View File

size 19485 size 19485

BIN
ProjectSettings/QualitySettings.asset (Stored with Git LFS) View File

size 1464

Loading…
Cancel
Save