- Home /
Question by
led · Mar 21, 2011 at 04:39 PM ·
enemyaddthird-person-shooter
Adding more enemies in 3rdPersonShooter Demo
I've been trying to add more enemies into the Unity 3rdPersonShooter demo. I tried duplicating the Orbs. It works, there are more Orbs now, but only the first original Orb dies when shot. The duplicated Orbs won't die, they lose health with shot at, but they remain in the game(still moving/attacking) even at 0 health. Could someone point me in the right direction for fixing this?
Thanks
Comment
Answer by networkZombie · Mar 21, 2011 at 05:33 PM
I've not played it but try duplicating the enemy. Or make it a Prefab and add it to the scene
That didn't work. But I found the problem, it's with deathController in the Controller object.