Search Issue Tracker
Duplicate
Votes
0
Found in
2018.2.0a8
2018.2.0b4
Issue ID
1040842
Regression
Yes
MonoBehaviour.OnMouseEnter misbehaves after changing parent of its GameObject
To reproduce:
1. Open the attached project (OnMouseOver.zip)
2. Open the "SampleScene" scene
3. Enter Play mode
4. Hover over the cube, observe the console
5. Press Space to change the parent of the cube
6. Hover over the cube, observe no messages in the console
7. Hover over where the cube initially was
8. Observe the console messages
Expected: after a parent change, OnMouseOver gets called when mouse is over the object, not the place where the object previously was
Reproduced in 2018.2.0a8, 2018.2.0b4, 2018.3.0a1
Did not reproduce in 2018.1.2f1, 2018.2.0a7
Regression introduced 2018.2.0a8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment