Skip to content

Commit 9f9dfbf

Browse files
Update UnitySetup/UnitySetup.psm1
Added Mac_IL2CPP component path
1 parent 6c78888 commit 9f9dfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class UnitySetupInstance {
9595
@{
9696
[UnitySetupComponent]::Documentation = , [io.path]::Combine("$Path", "Documentation");
9797
[UnitySetupComponent]::StandardAssets = , [io.path]::Combine("$Path", "Standard Assets");
98-
#[UnitySetupComponent]::Mac_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "???");
98+
#[UnitySetupComponent]::Mac_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport/Variations/macosx64_development_il2cpp");
9999
[UnitySetupComponent]::Windows = , [io.path]::Combine("$playbackEnginePath", "WindowsStandaloneSupport");
100100
[UnitySetupComponent]::Linux = , [io.path]::Combine("$playbackEnginePath", "LinuxStandaloneSupport");
101101
}

0 commit comments

Comments
 (0)