Eric
Eric

Reputation: 175

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

Upvotes: 1

Views: 95

Answers (1)

Vlad.K
Vlad.K

Reputation: 146

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

Upvotes: 2

Related Questions