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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
Add comment