Search Issue Tracker
Won't Fix
Votes
1
Found in
5.5.0f3
Issue ID
858459
Regression
No
If you load a scene using OnPointerDown, the OnPointerUp method is not called
Reproduction steps:
1. Open my attached project
2. Open scene1
3. Enter Play mode
4. Click on the button
Result: OnPointerDown() is called, but OnPointerUp() is not, even though the Canvas GameObject is not destroyed on load.
This happens only if the action that OnPointerDown() calls is scene loading, any other action works correctly.
Reproducible on: 5.4.4f1, 5.5.0f3, 5.6.0b2
Tested on Windows 10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment