vscode 调试unity

lanch.json

{
“version”: “0.2.0”,
“configurations”: [
{
“name”: “Attach to Unity”,
“type”: “vstuc”,
“request”: “attach”
}
]
}

你可能感兴趣的:(vscode,unity,ide)