Hello,
does Unity uses multiple CPU-Cores to compile or just the first (on a Mac)?
No one knows!?
You can check that on the activity monitor during compilation. Afaik Mono compiling uses only one core but part of the IL2CPP compilation pipeline happens on multiple cores.
Ok, thank you