Search Issue Tracker
Fixed in 2022.3.15f1
Fixed in 2022.3.X, 2023.2.X, 2023.3.X, 2023.3.0a14
Votes
0
Found in
2022.3.9f1
2023.1.10f1
2023.2.0b8
2023.3.0a4
Issue ID
UUM-47980
Regression
No
UI Toolkit + IPointerClickHandler. IPointerClickHandler counts clickCount incorectly.
Steps to reproduce:
1. Open the attached user project "UIToolkitRepro.zip"
2. Open "SampleScene" scene
3. Enter Play mode
4. Click on Knight (item selected)
5. Double Click on Knight (item shown)
6. Start clicking on Wizard really quickly
In most cases:
7. Wizard is not selected and won't be displayed
Expected results: IPointerClickHandler selects the specific instance and BaseVerticalCollectionView takes ID of a correct item
Actual results: IPointerClickHandler selects base object of item in list and not the specific instance and BaseVerticalCollectionView takes ID of incorrect item
Reproducible with: 2022.3.9f1, 2023.1.10f1, 2023.2.0b8, 2023.3.0a4
Could not test on 2021.3.30f1 due to script used for testing no longer working due to missing assemblies
Reproducible on: Windows 10 2H22
Not reproducible on: No other environment tested
Notes:
-See attached "2023-08-30 09-46-42.mkv" of reproduction steps
-Issue is reproducible when trying to quickly click on any other item instead of the currently selected one
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Add comment