Skip to content

Instantly share code, notes, and snippets.

@taross-f
Last active October 18, 2015 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/10345ede17b42b3cef23 to your computer and use it in GitHub Desktop.
Save taross-f/10345ede17b42b3cef23 to your computer and use it in GitHub Desktop.
VisualStudioCodeでUnityプロジェクトをデバッグする ref: http://qiita.com/t_furuya/items/c8d08c3f3dc2e7d5324b
{
"version":"0.1.0",
"configurations":[
{
"name":"Unity",// DropDownに表示される名前
"type":"mono",
"address":"localhost",
"port":56131 // AlwaysWriteLaunchFileをOnにしてたらここは適当で良さそう
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment