Skip to content

Commit 1d72647

Browse files
committed
Added VS Code launch config
1 parent 07312f9 commit 1d72647

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.vscode/launch.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Unity Editor",
6+
"type": "unity",
7+
"request": "launch"
8+
},
9+
{
10+
"name": "Windows Player",
11+
"type": "unity",
12+
"request": "launch"
13+
},
14+
{
15+
"name": "OSX Player",
16+
"type": "unity",
17+
"request": "launch"
18+
},
19+
{
20+
"name": "Linux Player",
21+
"type": "unity",
22+
"request": "launch"
23+
},
24+
{
25+
"name": "iOS Player",
26+
"type": "unity",
27+
"request": "launch"
28+
},
29+
{
30+
"name": "Android Player",
31+
"type": "unity",
32+
"request": "launch"
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)