Unity粒子系统设置,如企鹅俱乐部舞蹈比赛

Unity Particle System Setup like Club Penguin Dance Contest

我正在构建一个箭头游戏。我想创造一些让人想起这个 "poof" 的东西,但是是黑色的。 我将如何使用粒子系统实现这一目标?我需要什么设置?我不想要完全相同的东西,我对 "poof" 动画感兴趣。

示例: Club Penguin Dance Contest Video

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

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

您可以从本指南中获取关于 Using UIImageView for animate a sequence of images, and combine it with this guide about Using Spritesheets with Unity3D 的类似 spritesheet。

这会给你这样的结果: