https://jira.unity3d.com/browse/PLAT-20203 docs - #2440
Merged
suearkinunity merged 4 commits intoJul 13, 2026
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## docs-content-model-reorg #2440 +/- ##
=========================================================
Coverage 77.72% 77.72%
=========================================================
Files 504 504
Lines 90655 90655
=========================================================
Hits 70466 70466
Misses 20189 20189 |
pauliusb-unity
force-pushed
the
mobile/docs/ios-gamepad-haptics
branch
2 times, most recently
from
July 6, 2026 20:15
256e12c to
9d023a6
Compare
Contributor
Author
|
@kilroyandrew this PR was already reviewed when it was part of #2420, but now it is split from Android as a separate pr with additional changes. |
pauliusb-unity
force-pushed
the
mobile/docs/ios-gamepad-haptics
branch
from
July 13, 2026 06:42
9d023a6 to
2674414
Compare
pauliusb-unity
marked this pull request as draft
July 13, 2026 06:44
pauliusb-unity
marked this pull request as ready for review
July 13, 2026 06:46
Contributor
Author
|
Hi @suearkinunity, I want to merge this branch to yours #2421 branch |
pauliusb-unity
force-pushed
the
mobile/docs/ios-gamepad-haptics
branch
from
July 13, 2026 06:53
2674414 to
cb7a9e0
Compare
kilroyandrew
approved these changes
Jul 13, 2026
kilroyandrew
left a comment
Contributor
There was a problem hiding this comment.
Few small comments but no blockers.
Co-authored-by: kilroyandrew <104155051+kilroyandrew@users.noreply.github.com>
Co-authored-by: kilroyandrew <104155051+kilroyandrew@users.noreply.github.com>
Co-authored-by: kilroyandrew <104155051+kilroyandrew@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
https://jira.unity3d.com/browse/PLAT-20203
iOS rumble implementation was not ready for Unity 6.6 and will land in 6.7. This is continuation of PR: #2420
Unity 6.7 introduces rumble support for iOS:
[iOS]https://github.cds.internal.unity3d.com/unity/unity/pull/105511 LANDED
Changes above hook into existing https://docs.unity3d.com/Packages/com.unity.inputsystem@1.0/api/UnityEngine.InputSystem.Gamepad.html#UnityEngine_InputSystem_Gamepad_SetMotorSpeeds_System_Single_System_Single_ API, thus there's no changes in input system package.
This PR only adds docs to notify user of what is supported.