Hello,
I’m trying to use the Animator to control multiple Texture2D properties in the Shader Graph, (specifically, what texture is referenced), however, I can’t access the properties in the animator. Most of my Google results seem to be outdated, but the disconnect seems to most likely be that I’m unable to “expose” the properties in the shader graph editor due to the Exposed option missing from the Node Settings panel for all properties. I’ve tried the following:
- Clearing the Custom Editor GUI field: the field was empty to begin with, but for good measure I deleted the nothing in the box.
- Resetting/Reimporting/Refreshing/Restarting: I’ve done any and all to the shader, material, scene, editor, everything.
- Updating Packages: None of the relevant packages required updating.
Notes:
- One source suggested that if the green lights on the properties are lit, it means they’re exposed, and they are lit.
- Properties using the names of the Texture2Ds do show up as keyable in the animator, but with suffixes appended, and they appear to all be Vector4s. I don’t really know what they are or where they come from, (see image below).
Can anyone explain what’s wrong?
Thank you.

