Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
0
Found in
2018.2.0b9
Issue ID
1051737
Regression
No
Textures are corrupted in build when using DirectX 12 with Graphics Jobs enabled and crashes
To reproduce:
1. Open user's attached project
2. Build and run
Expected: textures are not corrupted (check correct result in Editor's Play mode)
Actual: textures are corrupted/flickering
Reproduced in: 2017.4.6f1, 2018.1.6f1, 2018.2.2b10, 2018.3.0a3
Note1: D3D12Sampler m_Sampler is reported to be the origin of the issue
Note2: other unsafe fields include:
- UInt32 m_BoundStages;
- UInt64 m_TextureStageBindings[D3D12ShaderType::kD3D12ShaderCount];
- UInt32 m_SamplerStageBindings[D3D12ShaderType::kD3D12ShaderCount];
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Color picker does not show the correct color when selecting color on the moving object
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
Add comment