Search Issue Tracker
Fixed
Fixed in 2020.3.49f1, 2021.3.26f1, 2022.2.18f1, 2023.1.0b15, 2023.2.0a11
Votes
0
Found in
2020.3.39f1
2021.3.9f1
2022.2.13f1
2023.1.0b10
2023.2.0a8
Issue ID
UUM-13185
Regression
No
Flickering on iOS when MSAA and Depth Texture are enabled
Steps to reproduce:
1. Download and open the attached project
2. Build and deploy the project to iOS
Expected outcome: No flickering occurs
Result: Visible flickering occurs
Reproducible with: 2019.4.40f1, 2020.3.39f1, 2021.2.19f1, 2021.3.9f1
Not reproducible with: 2022.1, 2022.2, 2023.1
Reproduced with: iPhone 12 Pro (iOS 14.2.1), iPhone 13 Pro (iOS 15.0.0)
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
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Resolution Note (fix version 2023.2.0a11):
very old Apple devices do not support storing MSAA surface data. Because of that, when using offscreen rendering, some passes try to load MSAA surfaces from the previous passes, but these were discarded, causing artifacts.
This fix disables MSAA on devices without MSAA store support (Apple GPUs A8 and lower)
Resolution Note (fix version 2023.1.0b15):
Verified with 2023.1.0b15
Resolution Note (fix version 2022.2.18f1):
Verified with 2022.2.18f1
Resolution Note (fix version 2021.3.26f1):
Verified with 2021.3.26f1.git.10579395 Personal
Revision: 2021.3/staging a16dc32e0ff2
Built: Tue, 16 May 2023 07:46:11 GMT
Resolution Note (fix version 2020.3.49f1):
Verified with 2020.3.49f1