Search Issue Tracker
Fixed in 6000.1.0b2
Fixed in 6000.1.X, 7000.0.0a17, future release
Votes
1
Found in
6000.0.3f1
6000.1.0a7
Issue ID
UUM-73224
Regression
Yes
[Mobile]UIElement calls PointerOutEvent after PointerOverEvent when the transform of an element is altered
Reproduction steps:
1. Open the attached “My project” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Enter the Play Mode
4. In the Simulator View, press and move the cursor to the red square and out of it
5. Observe the red square
Expected result: The square turns larger and blue once the cursor touches it and snaps back when it is no longer touching it
Actual result: The square turns larger and blue and snaps back at the same time the cursor touches it
Reproducible with: 2023.2.11f1, 6000.0.3f1
Not reproducible with: 2021.3.39f1, 2022.3.31f1, 2023.2.10f1
Reproducible environment: MacOS Sonoma 14.5 (Intel), Windows 11 (user’s)
Not reproducible environment: No other environment tested
Reproducible on:
MacOS Buildtime (Simulator View (Google Pixel 5, Apple iPad Mini 4))
Not reproducible on:
MacOS Buildtime (Game View)
Could not test on:
Standalone, Android Runtime (“UnityEditor.Build.BuildFailedException: Burst compiler failed running” build error)
Workaround: Removing the “scale: 2 2" in the Style.cs asset
Notes:
- In the Console Window the “OnPointerOver” and “OnPointerOut” are logged simultaneously when the issue occurs
- The user stated that the issue reproduces on Android runtime as well
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator State Labels are not Rendered correctly when using the Bitmap Renderer as the Default Editor Text Renderer
- LDR render target is used when HDR is enabled in URP and Recorder Source is set to 360 View
- Terrain Layer's changes are not added to the Undo history
- “IndexOutOfRangeException: Index was outside the bounds of the array.” error is thrown when large Text (TMP) GameObject Overflow field is set to Ellipsis
- The OnValidate method is not invoked when reverting changes on a Prefab Variant
Add comment