Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2019.1.X, 2019.2.X
Votes
0
Found in
2017.4.0f1
2018.2.1f1
2018.3.0a1
2019.1.0a1
Issue ID
1102773
Regression
No
Crash when calling Graphics.ExecuteCommandBuffer() if CommandBuffer.SetShadowSamplingMode() is used before it
How to reproduce:
1. Download, extract and open the attached project (1102773.zip)
2. Open scene '1102773repro'
3. Go into Play mode
-- Observe the crash
Reproducible in: 2017.4.17f1, 2018.3.1f1, 2019.1.0a12
First four stack trace lines:
0x00007FF6E05B07C1 (Unity) RenderingCommandBuffer::ExecuteCommandBufferWithState
0x00007FF6E05AE92A (Unity) RenderingCommandBuffer::ExecuteCommandBuffer
0x00007FF6E047BAAC (Unity) ExecuteCommandBufferFromScriptImpl
0x00007FF6E0E6419C (Unity) Graphics_CUSTOM_ExecuteCommandBuffer
Fixed in: 2018.3.14f1, 2019.1.0b7, 2019.2.0a5
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
- Building 3D Sample Scenes (URP) Project fails
- Alpha channel is disabled when Alpha Clip Threshold is set to 0
- The Physics 2D Profiler module does not display the information about processed physics in the scene when profiling the application as a Development Build
- A Script Component that has a serialized custom class is not detecting changes in the first boolean variable when entering the Play mode with the Script Components GameObject opened in the Inspector
- “SendMessage cannot be called during Awake“ warnings appear when loading a scene with “LoadSceneAsync“ if using UI Toolkit in the scene
Resolution Note (fix version 2019.2):
Duplicate of 1102773