Skip to content

Instantly share code, notes, and snippets.

@yangruihan
Created April 1, 2018 14:46
Show Gist options
  • Select an option

  • Save yangruihan/38826b6240706c6fe6a5bb6963af5165 to your computer and use it in GitHub Desktop.

Select an option

Save yangruihan/38826b6240706c6fe6a5bb6963af5165 to your computer and use it in GitHub Desktop.
VSCode Unity Debugger setting
{
// 使用 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"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment