I can’t figure out how to get the dead robots to disappear when the new one spawns. Can anyone help?
Destroy( robot.gameObject ); // Or whatever the robot’s ref is called
go to ennemydamage javescript and let this line of code the last one in the Die() function:
Destroy(deadModel.gameObject, 2);