File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed
Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ,
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 ,
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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments