Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2017.4
2018.4
2019.2
2019.2.6f1
2019.3
2020.1
Issue ID
1206424
Regression
No
[D3D12] Editor crash when creating a Texture2D object with specific Length/Width values
Steps to reproduce:
1. Open the attached project named "Case_1206424"
2. Enter Play mode
Expected behavior: The editor either enters Play mode normally or throws an error message regarding the issue.
Actual behavior: Editor crashes
Reproducible with: 2017.4.36f1, 2018.4.15f1, 2019.2.17f1, 2019.3.0f4, 2020.1.0a18
Notes:
1. Only D3D12 seems to be affected. Tested APIs - D3D11, D3D12, Vulkan and OpenGLCore
2. The issue is triggered by line 67 in UseRenderingPlugin.cs
3. Size values that do not cause a crash: 64x64, 128x128, 256x256
4. Size values that do cause a crash: 16x16, 32x32, 100x100, 200x200
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2020.1):
Fixed in: 2020.1.0a20