Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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.
-
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