We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c482c commit 9ab0f57Copy full SHA for 9ab0f57
UnityLauncherPro/GetUnityInstallations.cs
@@ -9,7 +9,7 @@ namespace UnityLauncherPro
9
/// </summary>
10
public static class GetUnityInstallations
11
{
12
- static Dictionary<string, string> platformNames = new Dictionary<string, string> { { "androidplayer", "Android" }, { "windowsstandalonesupport", "Windows" }, { "LinuxStandalone", "Linux" }, { "OSXStandalone", "Mac" } };
+ static Dictionary<string, string> platformNames = new Dictionary<string, string> { { "androidplayer", "Android" }, { "windowsstandalonesupport", "Windows" }, { "LinuxStandalone", "Linux" }, { "OSXStandalone", "Mac" }, { "webglsupport", "WebGL" }, { "metrosupport", "UWP" } };
13
14
// returns unity installations
15
public static UnityInstallation[] Scan()
0 commit comments