UV Animation (431246)

Hey guys,

I’m a 3D artist and not much a scripter, but I found this simple uv animation javascript on here that slides your uv horizontally.
I’m trying to figure out how to do it vertically. If anyone can assist, I would greatly appreciated.

Here is the script:

// Scroll main texture based on time
var scrollSpeed = 0.2;
function Update() {
var offset = Time.time * scrollSpeed;
renderer.material.mainTextureOffset = Vector2 (offset,0);
}

Vector2 (0,offset);

Please wrap code in code tags. There’s a button for it that looks like a musical “sharp” symbol or number sign if you “Go Advanced”.

// Scroll main texture based on time
var scrollSpeed = 0.2;
function Update() {
var offset = Time.time * scrollSpeed;
renderer.material.mainTextureOffset = Vector2 (0,offset);
}

I’m newbie to the community so still trying to figure things out.

Thanks for the help, Jessy.

Kue

Hey Kue I am beginner too , can u help me ,I’m not artist,I don’t know how to be good painting ! It’s very hard forme

Koojadoo,

Can you be more specific, what is that you need help on?
Photohshop, 3D modeling, or just concept design?

About Photoshop painting .hair,face,armor,and Land…I used to paint but looks really bad ! ha ha