Compiler error
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
Answer by DiegoJQB9 · Aug 05, 2016 at 01:42 PM
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.
Answer by AHoboWithaComputer · Aug 06, 2016 at 11:10 PM
@DiegoJQB9 Thank you so much dude, i owe you!
Your answer
Follow this Question
Related Questions
NULL REFERENCE DRVING ME INSANE!!! HELP!!!! 1 Answer
Compiler errors... please help 0 Answers
compiler error - playmode 0 Answers
Unity 5 batch mode - CS0246 'UnityEditor' could not be found. 0 Answers