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.
I am able to animate texture but there is this issue
This is material setting… which applied on plane bg.
SOLVED!
Forgot to add this line in code…
this.material.opacityMapOffset = this.material.opacityMapOffset.add(tmp);