Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 25eadb4

Browse files
committed
Added XboxOne, PS4, and Switch players to the list of attachables.
1 parent 5142591 commit 25eadb4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

typescript/attach.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,22 @@ class UnityDebugConfigurationProvider implements DebugConfigurationProvider {
7171
name: "Android Player",
7272
type: "unity",
7373
request: "launch"
74-
}
74+
},
75+
{
76+
name: "Xbox One Player",
77+
type: "unity",
78+
request: "launch"
79+
},
80+
{
81+
name: "PS4 Player",
82+
type: "unity",
83+
request: "launch"
84+
},
85+
{
86+
name: "SwitchPlayer",
87+
type: "unity",
88+
request: "launch"
89+
}
7590
];
7691
return config;
7792
}

0 commit comments

Comments
 (0)