Search Unity

After updating to Unity2020 and its Visual Studio, debug doesn't default attach to Unity.

Discussion in 'Code Editors & IDEs' started by DaveKap, Aug 7, 2020.

  1. DaveKap

    DaveKap

    Joined:
    Mar 6, 2013
    Posts:
    94

    This little button no longer has an option to attach to the Unity Debugger. I now have to go through the debug menu, pick attach, and then pick the Unity process in order to do debugging now.

    How do I get the debugger back into that button for single-click debugging action? Thanks for the help!
     
  2. DaveKap

    DaveKap

    Joined:
    Mar 6, 2013
    Posts:
    94
    I would still like an answer to this question if possible.
     
  3. DaveKap

    DaveKap

    Joined:
    Mar 6, 2013
    Posts:
    94
    This bug still exists. After the latest update to Visual Studio, I managed to get the "attach to unity" button back but in the very middle of debugging, it suddenly disappeared again. Restarting unity and visual studio did not help.

    In fact, I get the feeling that Visual Studio *tries* to enable the option but then something is causing it to fail. I see this when I first launch visual studio from Unity:

    As though the rest of it is trying to say "...to Unity" but then it reverts to just "Start" once VS is done loading. Can anyone help with this?