- Home /
Explosion using an animated sprite?
I'm an artist trying to create explosions for a game. Detonator is not an option due to the platform (iOS). Haven't had very good results playing with particle systems. (though they're great for smoke and other VFX). I've heard that the best way to make an explosion is to use a sprite animation, but I'm not sure how to go about it. Any ideas?
I'm using 3.5.0f5, and the goal is to have a nice looking explosion that doesn't have too many draw calls.
Keep in mind, I'm an artist who doesn't know much about code, so if your solution involves scripts you'll have to be very specific about how to use them.
Thanks in advance!
Answer by BlackPanda · Apr 09, 2014 at 09:30 AM
Check this link out:
http://michaelcummings.net/mathoms/creating-2d-animated-sprites-using-unity-4.3#.U0Tbi_mSzE0
This is the simplest article to start learning about Sprites in Unity. :)
Your answer
Follow this Question
Related Questions
Why do iOS scales my sprites while they are working fine on Unity Editor and Android? 0 Answers
Animating the sortingOrder property of a Renderer 0 Answers
Sprite Animator (walker boys)- Jumping 0 Answers
IOS UIView Animations not working with Unity Embedded 0 Answers
2D sprite character movement 3 Answers