Created
October 23, 2022 15:20
-
-
Save automata/15ae6cb5cbd93a8229b3977ee1536fc1 to your computer and use it in GitHub Desktop.
Launch config for Unity Debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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