Search Issue Tracker
Fixed in 4.6.X
Votes
2
Found in
4.6.0b18
Issue ID
630753
Regression
No
TouchInputModule behaves incorrectly
To reproduce:
1. Load the scene in /Scenes/KenoBasic
2. Observe I have 2 Input Modules attached to EventSystem, but only the Standalone Input Module is activated.
3. Run it. Mouse over a square, and then hold the mouse and move around the board. You will see that the blocks turn on and off without lifting the mouse. This can happen because I'm recieving mouse over and mouse out events from all the buttons (KenoSpot prefabs).
4. Stop the program, disable the Standalone Input Module and enable the Touch Input Module, and run the program again.
5. Try to do the same thing, and it won't work at all. The buttons do not recieve mouse over or mouse out events, except on the original button you held the mouse down on.
Comments (4)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Zamanis
Sep 28, 2014 11:54
My bad work great!
Zamanis
Sep 27, 2014 12:26
Hello, i checked if the issue is resovled in beta 19 and its not, can someone confirm?
bererton
Sep 12, 2014 22:12
Looks like it was a bug, since it's now fixed. Now we just need to wait until 4.6 is released, or they release a new beta version.
SomeAlexander
Sep 04, 2014 07:25
EventSystemManager.currentSystem.IsPointerOverEventSystemObject() works only in StandaloneInputModule with checked "AllowActivationOnMobileDevices" and TouchInputModule must be excepted. It's a bug or a feature?