Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.3.0b1
Issue ID
954098
Regression
No
[DX12] Editor crahes when setting RenderBuffers depth texture with anti aliasing level higher than 1
Steps to reproduce:
1. Open attached project "954098.zip"
2. Make sure selected Graphics API is Direct3D12
3. Open "main" scene
4. Select "Main Camera" in the Hierarchy
5. Make sure 'Color AA' and 'Depth AA' are set to 'X1' in RenderBuffer script component
6. Enter play mode
7. Set 'Color AA' to 'X2' in RenderBuffer script component
8. Set 'Depth AA' to 'X2' in RenderBuffer script component
by this time Editor freezes
9. Try to change 'Color AA' or 'Depth AA' or exit play mode
Actual result: editor crashes in D3D12SwapChain::CreateHWND (log attached)
Reproducible with: 2017.3.0f1, 2018.1.0a6
Note: if you change 'Color AA' and 'Depth AA' before entering play mode, the editor will freeze but won't crash when entering play mode
Not reproducible with DirectX11, OpenGL4.5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment