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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
nbg_yalta
May 03, 2016 15:17
nasty bug, braking my game mechanics