首页 > 解决方案 > 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

标签: unity3dparticle-system

解决方案


您根本不需要粒子系统来创建这种效果。

我认为最好的方法是使用Animation Spritesheet

您可以从本指南中获取类似的 spritesheet,了解Using UIImageView for animate a sequence of images,并将其与本指南中的Using Spritesheets with Unity3D结合使用。

这会给你这个结果:

在此处输入图像描述


推荐阅读