Search Issue Tracker
Fixed
Fixed in 1.11.1, 7000.0.0
Votes
1
Found in [Package]
1.11.1
7000.0.0
Issue ID
ISXB-1127
Regression
Yes
2D Vector Composite returns "IsPressed()" incorrectly when moving the joy stick
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Scenes/SampleScene” Scene
3. Enter the Play Mode
4. Tilt the left joy stick to all dirrections
5. Observe “IsPressed” value in the Game View
Expected result: When the joy stick is titled, “IsPressed” is true
Actual result: When the joy stick is tilted, “IsPressed” randomly goes between true and false
Reproducible with: 1.9.0 (2021.3.45f1, 2022.3.47f1, 6000.0.23f1), 1.11.1 (2021.3.45f1, 2022.3.50f1, 6000.0.23f1)
Not reproducible with: 1.8.2 (2021.3.45f1, 2022.3.47f1, 6000.0.23f1)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Notes:
- Tilting the joy stick to bottom right, “IsPressed()” always return true
- When “IsPressed” varies between false or true, “IsInProgress()” returns the correct value
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
Resolution Note (fix version 1.11.1):
This issue was a regression caused by the fix for ISXB-746. We've reverted those changes, as ISXB-746 has an acceptable workaround.