Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.1p1
Issue ID
913828
Regression
No
[DrawMeshInstancedIndirect] ComputeBuffer set to MaterialPropertyBlock doesn't take effect when drawing a mesh
To reproduce:
1. Open attached project
2. Open "test" scene
3. Hit play and notice that mesh is drawn in gray color
4. Select "test" game object in hierarchy and disable "Use Property Block"
5. Now hit play and notice that shape is drawn in red color
Expected: In both situations mesh color is red because the only difference is how compute buffer is set (directly or not).
Actual: When color is set through MeterialPropertyBlock with ComputeBuffer it doesn't effect Graphics.DrawMeshInstancedIndirect.
Reproduced with : 5.6.0a3, 5.6.0b10, 5.6.0f3, 5.6.1p1, 2017.1.0b6, 2017.2.0a1
Was not able to test on earlier versions of Unity because of not available features, which were introduced in 5.6 version.
Workaround: Setting compute buffer to a material with Material.SetBuffer (directly).
Fixed in 2017.2.0a2
Backported to: 5.6.2p3, 2017.1.0f3
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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
marwi
Jan 06, 2018 14:28
This is working for me in 2017.2.1f1 but its broken again in 2017.3.0f3 and 2018.1.0b1