- Home /
Question by
oppaikir · May 12, 2016 at 10:50 AM ·
particlesystemmaterialpropertyblock
Materialpropertyblock cannot work at ParticleSystemRenderer's 「Mesh」RenderMode?
I use Materialpropertyblock to change my ParticleSystemRenderer's material property,
but it doesn't work when I set ParticleSystemRenderer.RenderMode to "Mesh"
other modes (billboard, etc.) are all OK, only mesh mode can't work.
Is this a bug? or somthing particle system rules I missing?
Comment
Answer by zangad · Mar 28, 2020 at 06:56 PM
It looks like this is still an issue in Unity 2019.3.7f1. I'm unable to get MaterialPropertyBlock to work with a ParticleSystemRenderer if the RenderMode is set to Mesh. Modifying the MaterialPropertyBlock settings just seems to have no affect on the material.