Hi,

I'm trying to save data in UV as vector4 but it's not working.

p@uv4=set(1,@uv4.y,@uv4.z,@uv4.w); //isn't working

v@uv4=set(1,@uv4.y,@uv4.z); //It's OK

Is there another way to do this?