You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ however, it has to be formatted properly to pass verification tests.
22
22
- Fixed Inspector Window being refreshed all the time when a PlayerInput component is present with Invoke Unity Events nofication mode chosen [ISXB-1448](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1448)
23
23
- Fixed an issue where an action with a name containing a slash "/" could not be found via `InputActionAsset.FindAction(string,bool)`. [ISXB-1306](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1306).
24
24
- Fixed Gamepad stick up/down inputs that were not recognized in WebGL. [ISXB-1090](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1090)
25
+
- Fixed PlayerInput component automatically switching away from the default ActionMap set to 'None'.
26
+
- Fixed a console error being shown when targeting visionOS builds in 2022.3.
>1. Tablet support for macOS is coming in Unity 2020.1.
23
-
>2. Joysticks are supported as generic HIDs (See [Other gamepads, joysticks, and racing wheels](#other-gamepads-joysticks-and-racing-wheels) below).
24
-
>3. Consoles are supported using separate packages. You need to install these packages in your Project to enable console support.
25
-
>4. Indirect touches are received from Siri Remote.
26
-
>5. Sensor support for WebGL on Android and iOS devices is available in Unity 2021.2
22
+
>1. Joysticks are supported as generic HIDs, refer to [Other gamepads, joysticks, and racing wheels](#other-gamepads-joysticks-and-racing-wheels) to learn more.
23
+
>2. Consoles are supported using separate packages. You need to install these packages in your Project to enable console support.
24
+
>3. Indirect touches are received from Siri Remote.
25
+
>4. Sensor support for WebGL on Android and iOS devices is available in Unity 2021.2
27
26
28
27
## Gamepads
29
28
@@ -39,11 +38,10 @@ Support for the following Devices doesn't require specialized support of particu
39
38
>__Notes__:
40
39
>1. The trigger motors on the Xbox One controller are only supported on UWP and Xbox.
41
40
>2. WebGL support varies between browsers, Devices, and operating systems.
42
-
>3. XInput controllers on Mac currently require the installation of the [Xbox Controller Driver for macOS](https://github.com/360Controller/360Controller). This driver only supports only USB connections, and doesn't support wireless dongles. However, the latest generation of Xbox One controllers natively support Bluetooth, and are natively supported on Macs as HIDs without any additional drivers when connected via Bluetooth.
41
+
>3. XInput controllers on macOS currently require the installation of the [Xbox Controller Driver for macOS](https://github.com/360Controller/360Controller). This driver only supports only USB connections, and doesn't support wireless dongles. However, the latest generation of Xbox One controllers natively support Bluetooth, and are natively supported on Macs as HIDs without any additional drivers when connected via Bluetooth.
43
42
>4. This includes any XInput-compatible Device.
44
-
>5. Unity doesn't support motor rumble and lightbar color over Bluetooth. Unity doesn't support the gyro or accelerometer on PS4/PS5 controllers on platforms other than the PlayStation consoles. Unity also doesn't support the DualShock 4 USB Wireless Adaptor.
45
-
On UWP only USB connection is supported, motor rumble and lightbar are not working correctly.
46
-
>6. Unity supports Made for iOS (Mfi) certified controllers on iOS. Xbox One and PS4 controllers are only supported on iOS 13 or higher.
43
+
>5. Unity doesn't support motor rumble and lightbar color over Bluetooth. Unity doesn't support the gyro or accelerometer on PS4/PS5 controllers on platforms other than the PlayStation consoles. Unity also doesn't support the DualShock 4 USB Wireless Adapter. On UWP, only USB connection is supported, motor rumble and lightbar are not working correctly.
44
+
>6. Unity supports Made for iOS (MFi) certified controllers on iOS. Xbox One and PS4 controllers are only supported on iOS 13 or higher.
47
45
>7. Consoles are supported using separate packages. You need to install these packages in your Project to enable console support.
48
46
>8. Unity supports PS4 controllers on Android devices running [Android 10 or higher](https://playstation.com/en-us/support/hardware/ps4-pair-dualshock-4-wireless-with-sony-xperia-and-android).
49
47
>9. Unity supports PS5 controllers on Android devices running [Android 12 or higher](https://playstation.com/en-gb/support/hardware/pair-dualsense-controller-bluetooth/).
0 commit comments