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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.