My project has been working perfectly and I’ve done a few builds for testing. Now in the editor I get the error in the console:
Failed to create the folder for jobs running in an external process at: Temp/ProcessJobs.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
The error does not effect the program in the editor, in fact I can play the game just fine. The real issue comes when I go to build the project. The progress bar freezes right off the bat and the program wont compile but will just sit there trying to.
I have found the “Temp/ProcessJob” folder and it says it is “corrupted or unreadable”. I know that a Temp folder in the project isn’t normal so I tried to delete it but nothing happens, it wont let me copy or delete the folder or replace it.
Below is an image of the folder and also the error message:
,