
一 下载插件二 启动配置launch.json{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid830387 version: 0.2.0, configurations: [ { name: Unity Editor Attach (Auto), type: vstuc, request: attach, projectPath: ${workspaceFolder} }, { name: Unity Editor Attach (127.0.0.1:56000), type: vstuc, request: attach, endPoint: 127.0.0.1:56000 }, { name: .NET Core Attach (Non-Unity), type: coreclr, request: attach } ] }extensions.json{ recommendations: [ visualstudiotoolsforunity.vstuc ] }