Search Unity

Material Property Block doesn't work on particle system that emit mesh.

Discussion in 'General Graphics' started by Potaski, Mar 2, 2016.

  1. Potaski

    Potaski

    Joined:
    Aug 21, 2013
    Posts:
    52
    Hi,

    I was trying to add more animation of material property to a particle system by setting material property blocks. The weird thing is: when using any billboard render mode, it works as expected. When using mesh, it will not work. I tried apply the material property block with Unity's built-in animation (which animates the material properties by property blocks), and apply the block with custom script. Both produce the same result.

    Am I missing something or it is a bug?
     
  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,291
    Hey.

    Yes it seems we currently do not support MaterialPropertyBlocks with meshes. Could you please file a bug?
     
  3. Potaski

    Potaski

    Joined:
    Aug 21, 2013
    Posts:
    52
    Bug submitted. Case no. is 776143. A simple animation on particle system was used to demonstrate the issue.
     
    richardkettlewell and karl_jones like this.