unity通过添加C#脚本来控制粒子系统的开启 下面3个函数即可满足所有要求 gameObject.GetCompoment().Play();播放gameObject.GetCompoment().Pause();暂停gameObject.GetCompoment().Stop();停止