You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
522 B
36 lines
522 B
8 years ago
|
{
|
||
|
"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"
|
||
|
|
||
|
}
|
||
|
]
|
||
|
}
|