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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
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.