alelievr / Mixture

Mixture is a powerful node-based tool crafted in unity to generate all kinds of textures in realtime
https://trello.com/b/2JiH2Vsp/mixture
MIT License
1.18k stars 124 forks source link

External Parameters not working #52

Open ProBoulder opened 2 years ago

ProBoulder commented 2 years ago

What happened? When external parameter is created and linked to a UV node input (e.g. UV bias), changing the parameter's value does not have any visible effect. Texture is not changed in node editor, nor in inspector (when update texture is called), nor when changed using script.

To Reproduce Create a new static mixture graph, add UV node to the input of default noise. Create exposed parameter of type Vector3 and link it to a UV bias input of the UV node. Changing a exposed parameter has no effect.

Setup: