|
Hello, I have a enemy "Mine" type character, Could someone be kind enought to send me a script to "Kill" or Blow it up as soon as it colides with me (The player) Thankyou for your time.
(comments are locked)
|
|
The explosion should be made completley with the particle system. Then you you script it so the object blows on contact and removes itself from the scene. A great example is on the unity website in the tutorial section. Click on the FPS tut and read it through. There is also a premade explosion in the standard assets in the particles section. Hope this helps!!!
(comments are locked)
|
|
Noone will "send" you a script, this is UnityAnswers, not UnityFreeCommissions. Here's how you can set it up yourself:
That will cause a fairly large explosion to take place when someone walks too near a mine.
(comments are locked)
|
|
This is almost like asking around if somebody can write the game for you. That's not so easy. You need to make in example some particles for the explosion. After that a script that when the mine collides with the character, it transforms in the particles object. So at least now you can make that BOOM object with particles now! And later come back and ask how to make a script that transforms an entity into another one when it collides with the character :) Did this make any sense to anyone?
May 31 '10 at 09:18 PM
qJake
(comments are locked)
|
