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
Comments (1)
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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
nbg_yalta
May 03, 2016 15:17
nasty bug, braking my game mechanics