1. 安装vscode, 并安装debugger for unity插件
2. 将vscode设置为unity的默认编辑器
3. 在unity中打开cs脚本
4. 在vscode中启动调试,并设置断点,会自动attached到unity editor
5. 在unity中运行游戏
1. 安装vscode, 并安装debugger for unity插件
2. 将vscode设置为unity的默认编辑器
3. 在unity中打开cs脚本
4. 在vscode中启动调试,并设置断点,会自动attached到unity editor
5. 在unity中运行游戏