济南网站建设服务哪家好,网页设计与网站建设简答题,单页网站模板修改,腾讯企点怎么登录用vscode搭建Godot4 C# 开发环境搭建 软件Godot配置vscode配置结果参考 软件
Godot .Net版本: 下载链接vscode :自行下载.netcore7#xff1a;.netcore6可能也行vscode插件#xff1a;
Godot配置
1.配置文件用VSCode打开
2.生成C#项目 项目–工具–C#-Creat… 用vscode搭建Godot4 C# 开发环境搭建 软件Godot配置vscode配置结果参考 软件
Godot .Net版本: 下载链接vscode :自行下载.netcore7.netcore6可能也行vscode插件
Godot配置
1.配置文件用VSCode打开
2.生成C#项目 项目–工具–C#-Create C# Solution 项目文件如下
vscode配置
1.打开工程目录 2.创建launch.json与task.json按.netcore配置godot插件不顶用 ctrlshiftp launch.json :program换成自己路径 {// Use IntelliSense to learn about possible attributes.// Hover to view descriptions of existing attributes.// For more information, visit: https://go.microsoft.com/fwlink/?linkid830387version: 0.2.0,configurations: [{name: Launch,type: coreclr,request: launch,preLaunchTask: build,program: D:/1.learn/2.godot/Godot_v4.1.1-stable_mono_win64/Godot_v4.1.1-stable_mono_win64.exe,console: internalConsole,stopAtEntry: false}]
}task.json
{// See https://go.microsoft.com/fwlink/?LinkId733558// for the documentation about the tasks.json formatversion: 2.0.0,tasks: [{label: build,command: dotnet,type: shell,args: [build,// Ask dotnet build to generate full paths for file names./property:GenerateFullPathstrue,// Do not generate summary otherwise it leads to duplicate errors in Problems panel/consoleloggerparameters:NoSummary],group: build,presentation: {reveal: silent},problemMatcher: $msCompile}]
}结果 参考
[1]: 【Godot 4 中文教程在Godot 4中使用Visual Studio和VS Code集成C#脚本】 https://www.bilibili.com/video/BV1gg41187kK