- Home /
Coins animations maybe with particles
I want to make an animation which is a set of coins being thrown when you get a prize. Let's imagine 100 coins being launched like in a fountain (sorry for my English).
Which is the best approach for that?
Should I use animations/animators? Should I use particles?
Answer by Cherno · Jun 26, 2015 at 04:07 PM
For that number of coins, you should go with a ParticleSystem. Set one up by making the particles go upwards and make them be affected by gravity (gravity multiplier). Under renderer, set it to mesh and choose your coing mesh (or use a 2d billboard if you wish). Make them rotate with rotation over lifetime, and set up the collision so they bounce a bit.
Your answer
Follow this Question
Related Questions
How can I play an explosion animation? 3 Answers
2D Animation does not start 1 Answer
2D Particle System but using Frame by Frame Animation? 0 Answers
How do I use a particle system? 2 Answers