eniklas / nachtmission

2.5D shooter made with Unity
Mozilla Public License 2.0
1 stars 1 forks source link

Only allow missiles to kill prisoners when they hit the ground #31

Closed eniklas closed 6 years ago

eniklas commented 6 years ago

Currently, a shallow-travelling missile (one launched near the ground) can wipe out a lot of prisoners. Only kill the ones it's touching when it explodes.

eniklas commented 6 years ago

The real issue here was that the exhaust effect on the missiles had active sphere colliders on them, so could collide with a lot of prisoners at once. I disabled those colliders in c88397a.