Reputation: 19419
It seems like Unity3D VSCode debugging already works on OSX? Debugging in Unity (C#) + Visual Studio Code Work on OS X?
But not on Windows yet because no mono support for Windows? https://code.visualstudio.com/Docs/FAQ
Has anyone found a way to get Unity3D VSCode debugging working on Windows?
Thanks.
Upvotes: 1
Views: 431
Reputation: 19419
unity provided an extension to get this working
http://forum.unity3d.com/threads/vs-code-unity-debugger-extension-preview.369775/
https://marketplace.visualstudio.com/items?itemName=Unity.unity-debug
Upvotes: 0
Reputation: 59
Currently .NET debugging is based on Mono - which is only available for Linux and Mac OS X. As a result for debugging on Windows it's better to use Visual Studio Community.
Sean McBreen VS Code Team Member
Upvotes: 1