带粒子的Unity粒子对撞机 [英] Unity Particle Collider with Particle

查看:119
本文介绍了带粒子的Unity粒子对撞机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

团结
我创建了两个碰撞器效果,希望它们在碰撞时可以具有某些功能.但我不知道如何制作两个粒子对撞机. 如何使水与火相互碰撞,水将扑灭大火. 谢谢帮助!!!

Unity
I create two collider effects and want them can have some function while them collider each other . but i don't know how to make two particle collider. How to make fire and water can collider each and fire will be put out by water. Thank for help!!!!

推荐答案

如果粒子系统中有碰撞,则统一粒子系统可以与场景中的碰撞体(对象)碰撞.

The unity particle system can collide with colliders(objects) in the scene if collision is enebled for particle system.

但是粒子系统不会相互碰撞.粒子没有体积,因此实际上是不可能的.

But particle systems do not collide with each other. Particles have no volume, so it's not really possible.

您不能将内置的粒子系统用于火和水,并使它们彼此碰撞.但是,您可以使用具有碰撞器的实际对象创建自定义粒子系统,该碰撞器可以按预期工作.

You cannot use built-in particle system for fire and water and have them collide with each other. However, you can create a custom particle system using actual objects having colliders which can work as you expect.

这篇关于带粒子的Unity粒子对撞机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆