I’m trying to remove the object (in this case a cube that attacks me by using)
DestroyObject(enemy)
and this works. But now I try to create a new GameObject that has not been shown in the scene. It has to present the body of the ‘dead’ cube.
I’m just trying things out on cubes etc. until I create some nice models and animate everything.
If possible I’d also like to know how to disable certain scripts. Like I want to disable the EnemyAttack and EnemyAI scripts.