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

后端 未结 7 1891
夕颜
夕颜 2021-02-12 10:29

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:54

    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.

提交回复
热议问题