I have created an enemy that I want to die, wait 30 seconds then respawn at it original location. I created a prefab of the enemy by doing Assests|Prefab and dragged the enemy from hierachy view into the prefab. When I try
Instantiate (soldier,Vector3( 91.71998, -5.102658, 60.88968), Quaternion.identity);
I am getting Unknown identifier ‘soldier’. This is the name I have given the prefab.
Any help would be great