[SOLVED] Transparency Problem with animated texture!

Hello,

I followed Animated Textures | Learn PlayCanvas to apply animated texture.

I have this texture applied on plane object which i am using as background. And animating it.
This transparent image i am using.
image

I am able to animate texture but there is this issue

This is material setting… which applied on plane bg.
image

SOLVED!
Forgot to add this line in code…

this.material.opacityMapOffset = this.material.opacityMapOffset.add(tmp);
1 Like