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.
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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
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.