Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.14f1
2018.3.0a1
2019.1.0a1
Issue ID
1105873
Regression
No
Clicking a prefab object through another object does not select the whole prefab
How to reproduce:
1. Open the attached repro project ("1105873 repro.zip") and open the "test" scene
2. In the Scene View select the Sphere object
3. Observe that the whole prefab is selected
4. Move your camera behind the plane to the right and try to select the sphere again
Expected result: The whole prefab is selected
Actual result: Only the sphere gets selected when clicking through another object
Reproduced in: 2019.1.0a12, 2018.3.1f1, 2017.4.17f1
Note: This happens with any object that is in front of the desired selection object including UI elements.
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
- “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
Resolution Note:
The plan is to refactor the selection logic in the Scene view with new functionality that better supports nested prefabs. This issue is a subset of the work that will be done there.