Debugging in Unity (C#) + Visual Studio Code Work on OS X?

后端 未结 7 1869
小鲜肉
小鲜肉 2021-02-12 10:04

I really like the idea of working with Visual Studio, C# and Unity on OS X.

Has anyone made debugging with C# in Unity work with Visual Studio Code on OS X?

7条回答
  •  滥情空心
    2021-02-12 10:52

    To build Unity in Visual Studio Code, you can hook up Mono xbuild compiler as a task runner, so you don't even have to leave IDE to have errors and warnings.

    See https://twitter.com/_eppz/status/846859856787259392 for more.

提交回复
热议问题