Open Windows PowerShell or Command Prompt as a System Administrator, set Path to the location of the csc.exe compiler then compile via the command line csc.exe EditorApplication.cs should compile the UnityCsReference code into a binary executable
https://dotnet.microsoft.com/en-us/download
LLVM is the compiler to build c++ code
Leave a comment