@Chessnutter
You need to check what you are colliding with. The game object that you have collided with is stored in “collision”. You will need to add a tag called “Enemy” Or whatever you want to call it and give all the astroids objects that tag(done at top of inspector when astriod is selected.). Then you can check if the object stored in collision has that tag. Like this -