We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69eaa3 commit 2cfada1Copy full SHA for 2cfada1
UnitySetup/UnitySetup.psm1
@@ -80,6 +80,7 @@ class UnitySetupInstance {
80
[UnitySetupComponent]::UWP = [io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_.NET_D3D"),
81
[io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_D3D");
82
[UnitySetupComponent]::UWP_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "MetroSupport\Templates\UWP_IL2CPP_D3D");
83
+ [UnitySetupComponent]::Mac = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport");
84
}
85
86
([OperatingSystem]::Linux) {
0 commit comments