mirror of
https://github.com/Steffo99/gravity-fusion.git
synced 2024-11-22 16:24:20 +00:00
39 lines
No EOL
1 KiB
JSON
39 lines
No EOL
1 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Unity Editor",
|
|
"type": "unity",
|
|
"path": "/d:/Codice/LD45/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"
|
|
}
|
|
]
|
|
} |