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 6c78888 commit 9f9dfbfCopy full SHA for 9f9dfbf
UnitySetup/UnitySetup.psm1
@@ -95,7 +95,7 @@ class UnitySetupInstance {
95
@{
96
[UnitySetupComponent]::Documentation = , [io.path]::Combine("$Path", "Documentation");
97
[UnitySetupComponent]::StandardAssets = , [io.path]::Combine("$Path", "Standard Assets");
98
- #[UnitySetupComponent]::Mac_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "???");
+ #[UnitySetupComponent]::Mac_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport/Variations/macosx64_development_il2cpp");
99
[UnitySetupComponent]::Windows = , [io.path]::Combine("$playbackEnginePath", "WindowsStandaloneSupport");
100
[UnitySetupComponent]::Linux = , [io.path]::Combine("$playbackEnginePath", "LinuxStandaloneSupport");
101
}
0 commit comments