用VSCode开发Unity游戏

unity抛弃了mono而改用visual studio c#来开发,投奔了微软,那么本来是微软旗下的vscode能不能也用来开发unity呢,答案是当然啦~~

参考:https://code.visualstudio.com/docs/other/unity

unit中

选择外置编译器:

[站外图片上传中...(image-7ebc21-1558703022611)]

vscode中

下载unity开发插件

插件 截图 下载
Debugger for Unity
链接
Unity Tools
链接
Unity Snippets
链接
Unity Code Snippets
链接

安装SDK

https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/install

你可能感兴趣的:(用VSCode开发Unity游戏)