Added Input System package

This commit is contained in:
OverflowNarhoym 2022-02-21 11:32:22 +01:00
parent 2f2e04f1af
commit d8758216fb
6 changed files with 857 additions and 439 deletions

View File

@ -7,6 +7,7 @@
"com.unity.ide.rider": "3.0.12",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.3.0",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",

View File

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

View File

@ -0,0 +1,7 @@
{
"m_Name": "Settings",
"m_Path": "ProjectSettings/Packages/com.unity.connect.share/Settings.json",
"m_Dictionary": {
"m_DictionaryValues": []
}
}

View File

@ -652,7 +652,7 @@ PlayerSettings:
m_VersionCode: 1
m_VersionName:
apiCompatibilityLevel: 6
activeInputHandler: 0
activeInputHandler: 1
cloudProjectId:
framebufferDepthMemorylessMode: 0
qualitySettingsNames: []

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{}