- Home /
Import (flash)image sequence in unity
Hii, i want to import image sequence(.png) in unity, is it possible?
how can i import it in unity?
Answer by LANDO · Mar 04, 2011 at 06:59 PM
One option is to use AnimatedTextureUV.js which can be found here:
http://www.unifycommunity.com/wiki/index.php?title=Animating_Tiled_texture
You'll need to place all of the PNGs on one tiled image in Photoshop first, you can do this manually (dropping in each layer to create a UV tile) or use this helpful Photoshop Script which automates the process.
Answer by StephanK · Feb 15, 2011 at 10:14 AM
You can import the single images like normal textures. To create an animation from them you would have to write your own script. (quite easy if you don't mind performance issues) There is no unity feature that does this for you.
Your answer

Follow this Question
Related Questions
A node in a childnode? 1 Answer
Can't connect to MySql DB from Flash/Web builds -1 Answers
Flash and Unity 1 Answer
CSharpMessenger Extended generics work in flash 3.5 preview but not 4.0 0 Answers
FlashPlayerTemplates? 0 Answers