Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.4
2019.4
2020.2
2020.2.2f1
2021.1
2021.2
Issue ID
1310791
Regression
No
[DX12] Editor crashes when creating a RenderTexture with RenderTexture.antiAliasing value higher than supported by hardware
How to reproduce:
1. Open the attached "1310791 repro" project
2. Click the "Crash Unity" menu item from "Bug repro" > "Crash Unity"
Expected results: the Editor throws a warning that the anti-aliasing was changed to a supported value and doesn't crash
Actual results: the Editor crashes
Reproducible with: 2018.4.31f1,2 2019.4.20f1, 2020.2.5f1, 2021.1.0b6, 2021.2.0a4
Notes:
-This issue reproduces with DirectX12 and doesn't reproduce with DirectX11, Vulkan, OpenGLCore, OpenGLES2, and OpenGLES3 graphics APIs
-The RenderTextureFormat parameter doesn't seem to matter whether the Editor will crash or not
-The anti-aliasing value that causes the crash seems to be hardware dependent
-On 2018.4.31f the Editor doesn't crash but freezes with infinite "d3d12: swapchain present failed (887a0005)" messages being logged
-When using DirectX11 instead of crashing a warning message is thrown stating:
"RenderTexture's anti-aliasing changed from 6 to 4 due hardware limitations."
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
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Resolution Note (fix version 2021.2):
Fixed in 2021.2.0a12