Compiler error (170417)

I’ve been getting the error

Unhandled Exception: System.UnauthorizedAccessException: Access to the path “C:\Users\user\Documents\First Person Shooter\Temp\Assembly-CSharp-firstpass.dll.mdb” is denied

I’m new to unity, and currently this is stopping me from having a walking character in my game, please help ASAP

2 Answers

2

Your antivirus or another software is probably blocking access to anything inside that “Temp” folder. Try adding an exception in that program for that folder.

@DiegoJQB9 Thank you so much dude, i owe you!