Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
9.0.0 - preview.35
Issue ID
1261599
Regression
Yes
[SRP] Crash in ScriptableBatchRenderer::RenderMultipleMeshes when rendering certain meshes in Scene/Game view
How to reproduce:
1. Open user-submitted project (example.zip)
2. Open the SampleScene with a layout, that renders the Scene or Game view
Note: there is an alternative project which reproduces the crash with HDRP
Expected result: the Editor does not crash
Actual result: the Editor crashes
Reproducible with: 2020.2.0a17, 2020.2.0a18(URP 8.1.0, 9.0.0-preview.14, 9.0.0 - preview.35, HDRP master @ b29335c99a584b8ae1d )
Not reproducible with: 2019.4.3f1(URP 7.4.1), 2020.1.0b16, 2020.2.0a16(URP 8.1.0, 9.0.0-preview.14)
Could not test with: 2018.4.25f1(URP 4.10.0-preview) - project incompatible
Notes:
- Windows 10 throws the following error instead of crashing when D3D11 is used:
Assertion failed on expression: '0 == m_CurrentBufferBindMask[kUnityPerDraw]'
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
- Crash is reproducible on Windows 10 when OpenGLES3 is used
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
- UI becomes unresponsive when using AppUI Navigation and Event System is attached
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
Resolution Note:
Crash reproduces in 2020.2.0a17 with latest HDRP (from GitHub) but does not happen on Unity 2020.2.0a19 using the same project and the same HDRP version.