File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class UnitySetupInstance {
95
95
@ {
96
96
[UnitySetupComponent ]::Documentation = , [io.path ]::Combine(" $Path " , " Documentation" );
97
97
[UnitySetupComponent ]::StandardAssets = , [io.path ]::Combine(" $Path " , " Standard Assets" );
98
- # [UnitySetupComponent]::Mac_IL2CPP = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport/Variations/macosx64_development_il2cpp");
98
+ [UnitySetupComponent ]::Mac_IL2CPP = , [io.path ]::Combine(" $playbackEnginePath " , " MacStandaloneSupport/Variations/macosx64_development_il2cpp" );
99
99
[UnitySetupComponent ]::Windows = , [io.path ]::Combine(" $playbackEnginePath " , " WindowsStandaloneSupport" );
100
100
[UnitySetupComponent ]::Linux = , [io.path ]::Combine(" $playbackEnginePath " , " LinuxStandaloneSupport" );
101
101
}
You can’t perform that action at this time.
0 commit comments