Search Issue Tracker
Fixed
Votes
0
Found in
2019.2.12f1
2020.1.0a1
Issue ID
1199814
Regression
No
Crash on D3D12ImmediateContext::BindTexture when upgrading project with DX12 set as primary Graphics API
Steps to reproduce:
1. Open the attached project ("1199814(1).zip") with one of the reproducible versions
Reproducible with: 2019.2.12f1, 2019.2.17f1, 2020.1.0a1
Not reproducible with: 2019.3.0f4, 2020.1.0a17
Stacktraces:
0x00007FF6C29449E2 (Unity) D3D12ImmediateContext::BindTexture
0x00007FF6C2928543 (Unity) GfxDeviceD3D12Base::SetTextures
0x00007FF6C2125654 (Unity) GpuProgram::ApplyTextureParameters
CheckCopyTextureBaseArguments
GfxDeviceD3D12Base::CopyTexture
GfxDeviceWorker::RunCommand
Workaround: Open the project through command line forcing any other Graphics API as primary.
Notes:
- The project might be registered as upgraded but won't be able to launch on that version due to the crash
- Crash occurs on Packing Textures during the upgrade
Comments (1)
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
EricOpuscope
May 27, 2020 17:04
I have the same issue when I use CreateExternalTexture with D3D12 (it works for D3D11..) with Unity 2019.2.21f1.
In the Unity logs, I found "d3d12: RegisterNativeTexture is not implemented." ..
Is D3D12 fully supported ??