We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07312f9 commit 1d72647Copy full SHA for 1d72647
.vscode/launch.json
@@ -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
12
13
14
15
+ "name": "OSX Player",
16
17
18
19
20
+ "name": "Linux Player",
21
22
23
24
25
+ "name": "iOS Player",
26
27
28
29
30
+ "name": "Android Player",
31
32
33
+ }
34
+ ]
35
+}
0 commit comments