Search Issue Tracker
Duplicate
Votes
0
Found in
2018.1.6f1
2018.2.0a8
Issue ID
1064589
Regression
Yes
Mouse Events aren't detected on a GameObject without a Rigidbody which is instantiated and parented by script
Repro steps:
1. Open QA attached project "repro_1064589"
2. Open scene "0"
3. Enter Play Mode
4. Click the Sphere on the right
5. Observe the Console
Expected: Mouse events are detected and messages are outputted to the Console indicating that
Actual: No messages are outputted when clicking the Shere on the right
Reproducible with: 2018.1.5f1, 2018.1.9f1, 2018.2.0a8, 2018.2.2f1, 2018.3.0a2
Not reproducible with: 2017.1.5f1, 2017.2.3p3, 2017.4.8f1, 2018.3.0a3, 2018.3.0a6
Notes:
- The Sphere with a Rigidbody component attached detects Mouse Events
- When not parented both Spheres detect Mouse Events
- If you adjust the Transform of the Sphere on the right it then detects Mouse Events
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Add comment