List of Material Properties and their names?

Where can I find a list of script modifiable Material Properties and their names?

I came across this post , somehow by pure luck, which provided me with the exact spelling and usage of _TintColor, without which I’d have had no hope of making the change I want.

Is there a list of these properties anywhere?

Each material is an instance of a shader, so there is no guarantee the properties will be named the same, or even present, although things like _MainTex and _TintColor are semi-standardized.

But they will still surprise you from time to time, just to make sure you’re paying attention. :slight_smile:

Check this post for how to see the code for a shader and see what those properties are:

1 Like