Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
5.6.0a5
Issue ID
856883
Regression
No
[Selection outline] Outline in objects that overlap selected objects disappear on zooming
To repro:
1. Open project attached.
2. Select plane.
3. Zoom in and out scene view.
Actual result: On cube and sphere (which are not selected) thin outline appears and disappears on zooming in/out.
Expected result: Outline on objects that are not selected but overlap selected ones should be persistent in any state.
Tested in 5.5 and 5.6.
Comments (2)
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
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
MichaelAtBaobab
Dec 06, 2019 02:17
I agree with GUYCALLEDFRANK. Disabling msaa in the scene view is a pretty horrible way to fix this. What about users that rely on MSAA for things like alpha to coverage? This totally breaks things in the scene view.
guycalledfrank
May 23, 2019 17:13
"Graphics: Disabled msaa for sceneview. This fixes issues with sceneview selection and assure SRP compatibility with sceneview. (856883)"
Well, that's not exactly how you fix the outline. It would be okay-ish if MSAA was only disabled when outline is enabled, but completely killing it for all scene views doesn't make sense.