The entre error is this:
error CS2012: Cannot open ‘file path *CurrentUnityProject*\Library\Bee\artifacts\1900b0aE.dag\Assembly-CSharp.dll’ for writing – ‘The requested operation cannot be performed on a file with a user-mapped section open. : ‘file path *CurrentUnityProject*\Library\Bee\artifacts\1900b0aE.dag\Assembly-CSharp.dll’’
Ive done some general research but have come up with nothing.
Im making a game with a friend, we are at the very beginnings, only have a basic Relay server with some player movement working. One day unity decides to give me that error out of nowhere. I naturally look into it, says its likely that the file is open elsewhere. I dont know how thats possible, but I look around, download some file explorer things, its not open anywhere else.
I delete and reinstall VS, doesnt work.
I upgrade AND downgrade Unity, doesnt work.
I reinstall Unity, doesnt work.
I delete all instances (and save my stuff on a flashdrive), and reinstall, update, BOTH Unity and VS. Nope.
While errors happen occasionally, this one is especially odd since a complete reinstall doesnt fix it. The only thing I did beforehand was: The day before, I moved some code out of the project in a weird way, (long story). Right before it happened, I added a spot light to the player prefab as a flashlight. After that, the error, then Unity just stopped doing anything.
If I open a blank project, open a new script, and in Start type “//wheee”, I get the error to the same file path, but for each open project.
Ive been losing my mind over this, any help is appreciated!