https://jira.unity3d.com/browse/PLAT-20203 docs#2440
Open
pauliusb-unity wants to merge 1 commit into
Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop #2440 +/- ##
========================================
Coverage 58.58% 58.58%
========================================
Files 738 738
Lines 135831 135831
========================================
Hits 79570 79570
Misses 56261 56261
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 IN PROGRESS
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.