Visual Studio Debugger not attaching to Unity

后端 未结 4 1935
天涯浪人
天涯浪人 2020-12-29 10:38

I\'m having issues getting Visual Studio\'s debugger to attach to Unity - editing and compiling scripts inside VS is working fine - however, when clicking \"Attach to Unity\

4条回答
  •  暖寄归人
    2020-12-29 11:22

    This was killing me too. After going through everything installed in the last few days and uninstalling and reinstalling, I determined that the latest Xamarin broke VSTU integration. I even reverted to VSTU 2.1 to no avail.

    Only uninstalling Xamarin allowed the debugger to attach to Unity.

    So for now, we have to use either Xamarin or VSTU, but not both on the same machine if we want the VS debugger to attach to Unity.

提交回复
热议问题