AudioManager in Unity
Add an audio listener to your camera (it should be there by default already):
Import your sounds:
Add Audio Source component to the objects you want to emit sound. I will add it to a “blood splash” prefab, that gets spawned every time enemy is killed.

Add it an check Play on awake: