Where can I change the default sound of Projectile destruction

Find the prefab that your projectile instantiates upon destruction - this is "Spawned Objects On Destruction" in the Projectile component. For example, the demo Rocket projectile spawns the Explosion prefab. In that object's Explosion component, you can set the audio clip/s played under "Audio".
 
Top