Skip to content

Instantly share code, notes, and snippets.

@automata
Created October 23, 2022 15:20
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 automata/15ae6cb5cbd93a8229b3977ee1536fc1 to your computer and use it in GitHub Desktop.
Save automata/15ae6cb5cbd93a8229b3977ee1536fc1 to your computer and use it in GitHub Desktop.
Launch config for Unity Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Unity Editor",
"type": "unity",
"request": "launch"
},
{
"name": "OSX Player",
"type": "unity",
"request": "launch"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment