Search Issue Tracker
By Design
Votes
3
Found in
4.6.0b18
Issue ID
630440
Regression
No
OnPointerUp or OnPointerDown work only when both handlers are implemented
To reproduce this bug:
1. Open the attached project
2. Open scene
3. Click play
4. Press on the image
5. It has OnPointerUp handler and should output "Up" in the console after click but it does not work
6. Disable OnPointerUp image
7. Enable OnPointerUpAndDown image
8. It has both OnPointerUp and OnPointerDown handlers
9. Click on the image
10. Now everything works fine
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
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
nbg_yalta
May 03, 2016 15:17
nasty bug, braking my game mechanics