Skip to content

Commit 4f6fa38

Browse files
Update Packages/com.unity.inputsystem/Documentation~/Gamepad.md
Co-authored-by: Sue Arkin <85237015+suearkinunity@users.noreply.github.com>
1 parent cd84a6c commit 4f6fa38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Packages/com.unity.inputsystem/Documentation~

Packages/com.unity.inputsystem/Documentation~/Gamepad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Gamepad.current.SetMotorSpeeds(0.25f, 0.75f);
130130
> * Android 11 or earlier:
131131
> * Rumble support is limited.
132132
> * Only one motor is supported. If the gamepad has more than one motor, the higher value of the left and right motor speed applies to both.
133-
> * On some devices, motor speed control is limited. You can only set the left and right motor speed to either `1.0`(maximum speed) or `0.0` (turned off).
133+
> * On some devices, motor speed control is limited. You can only set the left and right motor speed to either `1.0` (maximum speed) or `0.0` (turned off).
134134
> * Gamepads on iOS, tvOS, and visionOS. Requires Unity 6000.6 or later.
135135
> * Rumble is supported on gamepads recognized by Apple's GameController framework, including PS4, PS5, Xbox, and Switch Pro controllers.
136136
> * If the gamepad exposes both motors, you can control each speed individually. Otherwise, the higher value of the left and right motor speed applies to all motors.

0 commit comments

Comments
 (0)