I am currently working on a unity tutorial project Space Shooter and I have an issue when I include the sound file provided in the assets package. The sound file is named as ‘explosion_asteroid’ and according to tutorial video, it is added by simply dragging into the prefab called ‘explosion_asteriod’ but when I do this, it also appears in the hierarchy window and in the play mode, the sound plays at the start of game just once and doesn’t play when an asteroid explodes. Help me to fix this. I am exactly following the same steps as in video but it isn’t working like that.
By dragging the audio file ‘explosion_asteroid’ into the inspector window of the prefab ‘explosion_asteroid’, It appears in the hierarchy window but in tutorial video, it is not showing in the hierarchy window.