am new to unity and already done some tutorials and am quite impressed by it…right now am stuck :S im trying to look everywhere but cant find the answer for it. what am trying to do is the following:
the cube scale is x=7 y =4 with a material on it and when it scroll at the end of each material length it will load another material. Thx!
thx for the info now it does change but i want it to change…like a sliding images…eg: i have 3 pictures in a row as soon as the 1st one slide you start seeing the second one and so on…
Wont be able to do that with uv offsets alone. You’re best bet is to instead just put all 3 pictures in one texture, then on the material set the x tiling to 0.333333333333 ( or whatever the count of pictures are inverted )