Search Unity

Serious Editor Bug (Sound Playing when game is not)

Discussion in 'Editor & General Support' started by McGunn, Nov 16, 2015.

  1. McGunn

    McGunn

    Joined:
    Aug 7, 2012
    Posts:
    33
    Here is my very strange and serious issue:

    - Audio plays in the editor when the game is not in play mode!
    - When in play mode no audio plays.
    - Pausing in the editor pauses the sounds.

    - Tried resetting computer, no help.
    - There are no errors in the console at all.

    - [ExecuteInEditMode] is not used anywhere new (from a time where this didn't happen)

    - These sounds all play on awake and don't rely on scripts anyway. (But sounds that don't play on awake still don't play while the game is running in the editor)
     
  2. ewermor

    ewermor

    Joined:
    Oct 19, 2014
    Posts:
    53
    Same problem here !
     
  3. ewermor

    ewermor

    Joined:
    Oct 19, 2014
    Posts:
    53
    I'm on windows 10 with unity 5 (last version on 07/12/2015). Do you have a solution ?
     
  4. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    Have you made a bug report? Try breaking it down to a very simple example and see if it still happens. If it does submit it as a bug.
     
  5. Kasca

    Kasca

    Joined:
    Apr 21, 2015
    Posts:
    1
    Same here , i see this thread it is a couple months old but just in case i found out that you can silence the sounds with the top icon on the Scene view , the one for the sound. never used it before so i think what happened is i activated accidentally.
     
    malkere and theolagendijk like this.
  6. ewermor

    ewermor

    Joined:
    Oct 19, 2014
    Posts:
    53
    Thanks ! I had totally missed this icon...
     
  7. Glicknork

    Glicknork

    Joined:
    Jun 19, 2016
    Posts:
    4
    Thanks for this, it had been driving me mad for ages! Had no idea that option was there - what's it even for? It says 'toggles audio on/off', which it does in-game, but it makes the audio play in the editor. Very odd.
     
  8. malkere

    malkere

    Joined:
    Dec 6, 2013
    Posts:
    1,212
    The button does nothing for me. I'm quite certain my bug is related to Enviro. But even turning audio off, the sound is always there =[
     
  9. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    Have you filed a bug report?
     
  10. malkere

    malkere

    Joined:
    Dec 6, 2013
    Posts:
    1,212
    I've found that turning the GameObject with the audio source on it on and off stops it. There is a lot of Editor script in motion though in Enviro, I'm hoping to look at it and talk with the author before filing a bug report. If I can find some time *_*