Skip to content

Commit c40d5a8

Browse files
committed
InputSystem
1 parent 20686c5 commit c40d5a8

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
33
"com.unity.editorcoroutines": "1.0.0",
4+
"com.unity.inputsystem": "1.0.0",
45
"com.unity.terrain-tools": "3.0.1-preview",
56
"com.unity.modules.animation": "1.0.0",
67
"com.unity.modules.assetbundle": "1.0.0",
7-
"com.unity.modules.imageconversion": "1.0.0",
88
"com.unity.modules.imgui": "1.0.0",
99
"com.unity.modules.jsonserialize": "1.0.0",
1010
"com.unity.modules.physics": "1.0.0",
1111
"com.unity.modules.terrain": "1.0.0",
1212
"com.unity.modules.terrainphysics": "1.0.0",
13-
"com.unity.modules.ui": "1.0.0"
13+
"com.unity.modules.uielements": "1.0.0"
1414
}
1515
}

Packages/packages-lock.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"dependencies": {},
88
"url": "https://packages.unity.com"
99
},
10+
"com.unity.inputsystem": {
11+
"version": "1.0.0",
12+
"depth": 0,
13+
"source": "registry",
14+
"dependencies": {},
15+
"url": "https://packages.unity.com"
16+
},
1017
"com.unity.terrain-tools": {
1118
"version": "3.0.1-preview",
1219
"depth": 0,
@@ -26,12 +33,6 @@
2633
"source": "builtin",
2734
"dependencies": {}
2835
},
29-
"com.unity.modules.imageconversion": {
30-
"version": "1.0.0",
31-
"depth": 0,
32-
"source": "builtin",
33-
"dependencies": {}
34-
},
3536
"com.unity.modules.imgui": {
3637
"version": "1.0.0",
3738
"depth": 0,
@@ -65,11 +66,14 @@
6566
"com.unity.modules.terrain": "1.0.0"
6667
}
6768
},
68-
"com.unity.modules.ui": {
69+
"com.unity.modules.uielements": {
6970
"version": "1.0.0",
7071
"depth": 0,
7172
"source": "builtin",
72-
"dependencies": {}
73+
"dependencies": {
74+
"com.unity.modules.imgui": "1.0.0",
75+
"com.unity.modules.jsonserialize": "1.0.0"
76+
}
7377
}
7478
}
7579
}

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,6 @@ PlayerSettings:
659659
projectName:
660660
organizationId:
661661
cloudEnabled: 0
662-
enableNativePlatformBackendsForNewInputSystem: 0
663-
disableOldInputManagerSupport: 0
662+
enableNativePlatformBackendsForNewInputSystem: 1
663+
disableOldInputManagerSupport: 1
664664
legacyClampBlendShapeWeights: 0

0 commit comments

Comments
 (0)