Hey, I have an int in my vfx, can I change the int with code during runtime?
the int:
how?
and if not, is there any kind of value that I can change?
Hey, I have an int in my vfx, can I change the int with code during runtime?
the int:
and if not, is there any kind of value that I can change?
First you have to click that “Exposed” checkbox, and then you can change it from script like this: myVisualEffect.SetFloat("number", someValue);
ohhhhhhhhhhhhhhhh I missed this freaking exposed, thanks, I’m stupid.