Hi there,
I have this issue where I have lots of sounds for my game using “AudioSource.PlayClipAtPoint(fireSound, transform.position);” and at a certain number of instantiations sound just doesn’t seem to play until the count goes down. I use it for enemy hits, player hits, player shots, item drops, explosions, enemy impact, etc.
Is this normal? Would anybody here have a good solution to this?