Rakka Rage
Rakka Rage

Reputation: 19419

Unity3D VSCode debugging on Windows

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

Answers (2)

Sean McBreen
Sean McBreen

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

Related Questions