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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.