Search Issue Tracker
Fixed
Fixed in 6000.0.0b16
Votes
0
Found in
6000.0.0b11
Issue ID
UUM-67549
Regression
Yes
"BatchDrawCommand" error is thrown when navigating through Scene view rapidly while using a Subscene
How to reproduce:
1. Open the “BatchDrawCommand“ project
2. Open the “OutdoorsScene“
3. On the Scene view, right-click and hold while rapidly moving the mouse
4. Keep rapidly moving the mouse for around 15 seconds
5. Observe the Console
Expected result: No errors are thrown
Actual result: “A BatchDrawCommand was submitted with an invalid Batch, Mesh, or Material ID.“ error is thrown
Reproducible with: 6000.0.11f1
Not reproducible with: 2022.3.22f1, 6000.0.13f1
Could not test with: 2023.2.16f1 (could not load Subscene)
Fixed in: 6000.0.12f1
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Notes:
- Not reproducible when Entities and Entity Graphics package versions are 1.2.0-pre.6
- Make sure the Subscene is loaded, however not open
- Errors are almost the same, except all have different Shader passes and Mesh IDs.
- Full error: A BatchDrawCommand was submitted with an invalid Batch, Mesh, or Material ID. Shader pass: DepthOnly, BatchDrawCommand index: 0, (index in range: 0), BatchDrawRange index: 0
This is not supported when rendering with a BatchRendererGroup (or Entities Graphics). MaterialID: 10 ("<null>"), MeshID: 27 ("<null>"), BatchID: 3.
- Could not find regression point due to errors and faliure to load the Subscene
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment