Search code examples
unity-game-engineparticle-system

Unity Particle System Setup like Club Penguin Dance Contest


I am building an arrow game. I want to create something that reminisces this "poof", but in black. How would I achieve that using a Particle System? What settings do I need? I don't want something that's exactly the same, I'm interested in the "poof" animation.

Example: Club Penguin Dance Contest Video


Solution

  • You dont need Particle System to create this effect at all.

    I think the best way is to do it using Animation Spritesheet.

    You can take similar spritesheet from this guide about Using UIImageView for animate a sequence of images, and combine it with this guide about Using Spritesheets with Unity3D.

    This will give you this result:

    enter image description here