Search Issue Tracker
Duplicate
Votes
0
Found in
5.5.0b9
Issue ID
845517
Regression
No
DrawMeshInstanced always draws the first submesh and ignores submeshIndex
Reproduction steps:
1. Open the attached project (New Unity Project 1.zip)
2. Open the "scene.unity" scene.
3. Enter the play mode
4. Observe the objects which are drawn to the right.
Note: the blue object is drawn by the Graphics.DrawMesh method, the red object is drawn by Graphics.DrawMeshInstanced
Expected result: The red object is drawn the same way as the blue object.
Actual result: The part of the red object is not drawn.
Reproduced on: 5.5.0b4, 5.5.0b5, 5.5.0b9, 5.5.0b10 and 5.6.0a1
Note: The method Graphics.DrawMeshInstanced was not implemented on the older version than 5.5, so the bug can be observed only on this version.
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
This is a duplicate of issue #845514