Search Issue Tracker
Fixed
Fixed in 6000.0.29f1, 6000.1.0a6, 7000.0.0a10
Votes
0
Found in
2022.3.11f1
6000.0.0b11
6000.1.0a1
7000.0.0a1
Issue ID
UUM-54208
Regression
Yes
"PointerOutEvent" is not being called after pressing the first Button on the touchscreen when the first Button exchanges places with a second Button leaving the second Button in a hover state
How to reproduce:
1. Open the "IN_48643" project
2. Enter the Play Mode
3. Using the touchscreen press the left Button
4. Observe the Console
Expected result: The next Button doesn't get stuck on the hover state and “PointerOutEvent” is called next after “PointerEnterEvent”
Actual result: The next Button gets stuck on the hover state and PointerOutEvent is not called
Reproducible with: 2021.3.31f1, 2022.3.11f1, 2023.1.18f1, 2023.2.0a18, 2023.3.0a11 Using Input System 1.6.3 - 1.8.0-pre.1
Not reproducible with: 2023.2.0b15
Fixed in: 2023.2.0a19
Reproducible on: Windows 10 Pro, macOS Ventura 13.5.2 (M1)
Not reproducible on: no other environment tested
Notes:
- On macOS and Android after first clicking "PointerOutEvent" is not called
- On the editor after the first click three "PointerEnterEvent" called and only then "PointerOutEvent" is called
- On WindowsStandalone Player the Buttons don't exchange places when clicked
- Couldn’t find the regressed version between 2023.3.0a2 - 2023.3.0a4 (due to 2023.3.0a3 having an issue where buttons don’t exchange and I can't verify this version is the regressed one)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment