Hello everyone,

I have a shader called UberParticle. It has a tick box Use Noise Distortion. When I click it, it enables noise distortion of my material in the Prefab using defined texture.

Now, I want to be able to access it in Makinom schematic, so that I can turn it on/off as I will.

Tried using change fields node with class 'Renderer' and property '_UseNoiseDistortion' which is set as Float in the Shader properties, but it keeps saying that it can't find the property.

I'm not a code, can you please advise me on how can I enable that? How can I access shader property _UseNoiseDistortion in my prefab called SpiderIcon?

Thanks!
  • AFAIK boolean properties are not supported by Unity's material properties, i.e. they can't be changed by code (and thus also not via Makinom).

    Just checked the (most recent) Unity API, and there still seems no functionality to do that ...
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Yeah, have to swap premade materials in order to "change values". Thanks for the check
Sign In or Register to comment.