- Home /
Attaching kill volume to a particle effect..posible and how?
Attaching kill volume to a particle effect.. Like every time you walk through the fire you loose health? I can do it in UDK easy, but cant find clues to do it in unity.
Answer by azzogat · Nov 29, 2010 at 08:11 PM
If the fire isn't dynamic (dynamically spreading around your level for ex.) you could just use a trigger surrounding the fire.
Answer by Scribe · Nov 29, 2010 at 08:34 PM
MonoBehaviour.OnParticleCollision
this might help, it can be used to apply damage to a game object when hit by particles. This message is sent to all scripts attached to the WorldParticleCollider and to the Collider that was hit.
http://docs.unity3d.com/Documentation/ScriptReference/MonoBehaviour.OnParticleCollision.html
Thanks for the help! I can't seem to get whatever file/link you posted, Scribe. The page just times out or sends me to a blank page.
yep i found my hyperlink didnt work but did you try the written web address below that one seemed to work (in the scroll window)
Answer by Karela · Dec 06, 2010 at 02:01 PM
Not in my browser for some reason. The page does not even load.
Your answer

Follow this Question
Related Questions
Align particle rotation with objects rotation? 1 Answer
Can you still not change the Velocity of spawned particles? 2 Answers
Audio Clip Plays as volume 1 multiple times. But I told it not to... Bad Audio. bad. 1 Answer
Android: Ringer Volume Control 0 Answers
Is it possible to change Audio Manager Volume by script? 1 Answer