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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment