Skip to content

Commit 2dafa01

Browse files
committed
fix(ControllerMappings): use horizontal/vertical axis for xbox mappings
The Xbox controller left thumbstick works better when using the default Horizontal and Vertical axis mappings that come with Unity instead of the new custom Tilia Axis1 and Axis2 mapping so the prefab for the XBox Controller mappings have been switched back.
1 parent cd7673d commit 2dafa01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Runtime/Prefabs/ControllerMappings/Input.UnityInputManager.XboxController.prefab

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ GameObject:
21432143
- component: {fileID: 5205692975746182181}
21442144
- component: {fileID: 2552402374990443839}
21452145
m_Layer: 0
2146-
m_Name: LeftThumbstick_HorizontalAxis[1]
2146+
m_Name: LeftThumbstick_HorizontalAxis[Horizontal]
21472147
m_TagString: Untagged
21482148
m_Icon: {fileID: 0}
21492149
m_NavMeshLayer: 0
@@ -2204,7 +2204,7 @@ MonoBehaviour:
22042204
m_TypeName: Zinnia.Action.FloatAction+UnityEvent, Zinnia.Runtime, Version=0.0.0.0,
22052205
Culture=neutral, PublicKeyToken=null
22062206
equalityTolerance: 1e-45
2207-
axisName: Tilia.Input.UnityInputManager_Axis1
2207+
axisName: Horizontal
22082208
multiplier: 1
22092209
--- !u!114 &2552402374990443839
22102210
MonoBehaviour:
@@ -2977,7 +2977,7 @@ GameObject:
29772977
- component: {fileID: 8511243877347990227}
29782978
- component: {fileID: 2940380217973535806}
29792979
m_Layer: 0
2980-
m_Name: LeftThumbstick_VerticalAxis[2]
2980+
m_Name: LeftThumbstick_VerticalAxis[Vertical]
29812981
m_TagString: Untagged
29822982
m_Icon: {fileID: 0}
29832983
m_NavMeshLayer: 0
@@ -3038,7 +3038,7 @@ MonoBehaviour:
30383038
m_TypeName: Zinnia.Action.FloatAction+UnityEvent, Zinnia.Runtime, Version=0.0.0.0,
30393039
Culture=neutral, PublicKeyToken=null
30403040
equalityTolerance: 1e-45
3041-
axisName: Tilia.Input.UnityInputManager_Axis2
3041+
axisName: Vertical
30423042
multiplier: 1
30433043
--- !u!114 &2940380217973535806
30443044
MonoBehaviour:

0 commit comments

Comments
 (0)