Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Gua on June 08, 2014, 03:16:40 AM

Title: Set Material color doesn't work with Particles/Alpha blended?
Post by: Gua on June 08, 2014, 03:16:40 AM
Set Material color works fine with Diffuse, but it doesn't work with Particles/Alpha blended material type.
Title: Re: Set Material color doesn't work with Particles/Alpha blended?
Post by: jeanfabre 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