- Home /
How to produce the item collection particle effect?
Hi,
I would like to make an explosion-like effect usually seen when the player collects an item. The item disappears and stars explode from it, for example. Can anyone recommend any tutorials or examples I could use as a starting point? Also, it is for mobile use.
Thanks
Answer by DaveA · Aug 13, 2012 at 07:35 PM
I'm a fan of the Detonator pack which you can get for free in the Asset Store or here: http://unity3d.com/support/resources/unity-extensions/explosion-framework
That may be overkill. Just google for 'unity particle system tutorial' and play with that. Make some star png textures to use for those particles.
Your answer
Follow this Question
Related Questions
Best way to make explosions for android devices? (tegra 2 and higher) 1 Answer
How to get rid of (cloned) particles after an explosion 2 Answers
How do I optimise my 2d game? (mobile) 0 Answers
Simulating a spill of liquid 0 Answers
What are the best practices for making a particle system that works on mobile/iOS? 1 Answer