Does Unity (Windows) use csc.exe? I ask because the only apps I run on my dev machine are the Unity editor, Notepad++, and Google Chrome (to view on line documents). Earlier today when I shut off my machine for the day, it said it had to wait for csc.exe to close first (I’m running Windows 7 Home). That got me to investigate what csc.exe is (the Microsoft C# compiler) which got me to wonder what I was using that might have launched the Microsoft C# compiler. I checked for viruses, and I’m clean. Any ideas?
Old thread, but so it get’s an answer. Accoding to my Editor.log, yes, Unity uses csc.exe from <install_folder>\Editor\Data\Tools\Roslyn via an bat script from Editor\Data\Tools\RoslynScripts
2 Likes