Sound plays randomly during scene
I've got a sound setup for one specific action, but when I play the game, it plays the sound at moments it shouldn't. It does also play the sound when it should.
I just put the sound into the game, and no other gameobject has it applied to it. Right-clicking the sound and selecting "find references in scene" shows about 10 objects, but only one has the actual sound in the inspector. No script is triggering this, verified by using debug.log.
Any ideas how this can happen and how it can be fixed?
This seems a little to vague. what kind of object is it on? is auto play on? a script made to trigger the audio at a given time place or interaction seems necessary.
It's on a sprite with a circle 2d collider. Auto play is off and sound only plays once when entering a specific trigger collider of which is only one in the game.
Your answer
Follow this Question
Related Questions
Simple question on how to use multiple FMOD sounds on one object. 0 Answers
One Song plays but the other does not? 0 Answers
[Tanks Tutorial] The "engine driving" AudioClip doesn't start 1 Answer
Universal sound control across each scene 0 Answers
Audio Source does not contain definition for any of the Play functions... 2 Answers