playMaker

Author Topic: Set Material color doesn't work with Particles/Alpha blended?  (Read 2005 times)

Gua

  • Beta Group
  • Sr. Member
  • *
  • Posts: 309
    • Andrii Vintsevych
Set Material color works fine with Diffuse, but it doesn't work with Particles/Alpha blended material type.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Set Material color doesn't work with Particles/Alpha blended?
« Reply #1 on: May 20, 2015, 03:56:45 AM »
Hi,

 It's because you need to access the right color name.

 to check, select the Material, and switch the Unity inspector to debug, then you can navigate in the "Saved properties/Colors/i/First/Name"

so you'll have for your shader _Color and _TintColor

try using these names instead.

Bye,

 Jean