您的位置:首页 > 移动开发 > Unity3D

VScode编辑unity文件的launch.json文件配置

2018-09-13 17:37 429 查看

{

// 使用 IntelliSense 了解相关属性。

// 悬停以查看现有属性的描述。

// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387

"version": "0.2.0",

"configurations": [

{

"name": "Unity Editor",

"type": "unity",

"request": "launch"

},

{

"name": "Windows Player",

"type": "unity",

"request": "launch"

},

{

"name": "OSX Player",

"type": "unity",

"request": "launch"

},

{

"name": "Linux Player",

"type": "unity",

"request": "launch"

},

{

"name": "iOS Player",

"type": "unity",

"request": "launch"

},

{

"name": "Android Player",

"type": "unity",

"request": "launch"

}

]

}

 

阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: