howdy
does anyone know how to create the special effect shown below in Unity ?
How do i animate texture on mesh in Unity?
Thanks
howdy
does anyone know how to create the special effect shown below in Unity ?
How do i animate texture on mesh in Unity?
Thanks
No idea but I would like to know too.
I use Spite Manager 2 to do all my sprite animations. That might be what your looking for.
I had a guy write me a script that uses any object with the script on it as a movie screen that can be triggered by a number of means.
I cannot post it as it is not a stand alone script but intertwined with the whole game structure scripting.
you can start with the animated UV texture scripts on the wiki:
http://www.unifycommunity.com/wiki/index.php?title=Animating_Tiled_texture_-_Extended
But as jingato said, Sprite Manager 2 is the best thing for this, for a lot of reasons: SpriteManager 2
awesomeness : )
I was looking through the introduction on SM2. I am just wondering if we could set textures to be billboarded with SM2?
what do you mean by billboarded?
billboard script: http://www.unifycommunity.com/wiki/index.php?title=LookAtCameraYonly
thanks!