Page 1 of 1

Controlling vector 2 values with sliders.

PostPosted: Sat Dec 02, 2017 10:23 am
by Petey
Hi there,
I was just wondering if there's a way to control these vector2 nodes with sliders? I can't seem to plug floats into them.
Image
Also it looks like it's given me Vector 4 controls, is that right.
Image

Thanks!
Pete

Re: Controlling vector 2 values with sliders.

PostPosted: Sun Dec 03, 2017 8:23 pm
by Ricardo Teixeira
Petey wrote:Hi there,
I was just wondering if there's a way to control these vector2 nodes with sliders? I can't seem to plug floats into them.
Image
Also it looks like it's given me Vector 4 controls, is that right.
Image

Thanks!
Pete


Greetings!

Unfortunately, that's a current Unity limitation. We might be able to provide a workaround in the future but, for now, we recommend using a float slider along with a handy multiply node.

Image

Thanks!

Re: Controlling vector 2 values with sliders.

PostPosted: Sun Dec 03, 2017 10:17 pm
by Petey
No worries, I'm just going to control those parameters via a script, should work fine!
Thanks!
Pete