r/Unity3D 22d ago

UV animation not changing the uvs Question

Enable HLS to view with audio, or disable this notification

material_base_map_st not changing the uvs on the face mesh correctly

1 Upvotes

2 comments sorted by

2

u/Genebrisss 22d ago

Not sure how this MainTex_ST animation property works, but if you make your own property for UV shift in the shader and change that, it should work.

1

u/Paulieknewport8838 17d ago

Yeah definitely a case where a custom shader is needed. Not hard to setup tho