Hi all,
I’m having a problem with the Instantiate. The moment that on one the clones get destroyed, I’m getting a The object of type 'GameObject' has been destroyed but you are still trying to access it error.
Its taking me to that line: " enemyFire1 = Instantiate(enemyFire1, startPosition, Quaternion.identity) as GameObject;"
it’s happening wit the ship laser and the enemy laser .
thanks Dror