Skip to content

Instantly share code, notes, and snippets.

@WeirdBeardDev
Last active February 10, 2024 21:38
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 WeirdBeardDev/015ae4ce7566f2970e630b96db9d0785 to your computer and use it in GitHub Desktop.
Save WeirdBeardDev/015ae4ce7566f2970e630b96db9d0785 to your computer and use it in GitHub Desktop.
VSCode-UnityDebugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Unity Editor",
"type": "unity",
"path": "/{ProjectFolder}/Library/EditorInstance.json",
"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"
},
{
"name": "Xbox One Player",
"type": "unity",
"request": "launch"
},
{
"name": "PS4 Player",
"type": "unity",
"request": "launch"
},
{
"name": "SwitchPlayer",
"type": "unity",
"request": "launch"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment