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
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
nbg_yalta
May 03, 2016 15:17
nasty bug, braking my game mechanics