Search Issue Tracker
Won't Fix
Votes
6
Found in
2017.4.10f1
Issue ID
1086573
Regression
No
[macOS][Metal] Flickering on Standalone when opening a Status bar or switching Workspace in Fullscreen
To reproduce:
1. Download attached project "MacOSTest.zip" and open in Unity
2. Open "scene" scene
3. Build and Run
4. Run the Build in Fullscreen
5. Move the mouse to the top of the screen to display the Status bar, and then move it back to hide the Status bar or switch Workspaces
Expected result: No flickering should occur
Actual result: Flickering occurs
Notes:
- This issue appears only on macOS and Metal API
- This issue does not reproduce on OpenGLCore
- This issue does not occur when recording the screen e.g. using Quick Times screen recorder
- Sometimes, the entire screen flickers along with the textures
- This issue does not occur on Windowed mode
Reproduced on Unity 2017.4.12f1, 2018.1.9f2, 2018.2.11f1, 2018.3.0b4 and 2019.1.0a3
Comments (1)
-
Skjalg
Sep 06, 2019 08:16
Reproduced on 2018.4.8f1
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (2019.2.X):
Issue is with Metal shader language, and occurs when the alpha value of a color is set to a very small value (< 0.0019~). Workaround is to not set such small values when the material is intended to be visible.