Search Issue Tracker
Fixed in 5.3.3
Votes
0
Found in
5.3.1p1
Issue ID
765378
Regression
No
[DrawMeshNow] materialIndex is being ignored and all submeshes are drawn
Repro steps:
1) Open DrawMeshNow project I attached and asd.scene
2) Notice three objects(1st drawn with DrawMesh(), 2nd - DrawMeshNow, 3rd- simple gameobject)
3) Notice that part of front(lamps in white) is missing in the 1st object
but not in the second, as only one submesh was drawn
4) Open DrawMesh.cs and look at OnDrawGizmos
5) Notice that DrawMeshNow().materialIndex is the same as DrawMesh().submeshIndex
6) According to docs:
(DrawMesh)submeshIndex Which subset of the mesh to draw
(DrawMeshNow)materialIndex Subset of the mesh to draw.
Expected: DrawMeshNow().materialIndex should work the same as submeshIndex, as written in docs
Actual: All submeshes are being drawn
Reproduced in: 5.4.0b7; 5.3.3f1; 5.2.3p3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment