- Home /
error issues : KeyNotFoundException
trying to work on my game but I am getting compiler errors...
This error has been around ever since I created a build of my game and I have not found a solution since.
This is a view of the error related to this compiling issue:
All errors :
if you want any more information just comment.
Please, include the code, or atleast the line that's causing the error too.
That error usually happens when Unity is trying to find a compiler to compile your script code. It looks up the compiler using the file extension. Do you know what file causes this to happen?
@Dzebna , it references a script called ScriptCompilers.cs however I cannot find this script.
Just as a side note, titeling your question "Compiler Error" and saying "really need help... FAST!" will not help you get your question answered. In fact, it will probably cause less people to want to help you
Answer by Adamcbrz · Aug 07, 2013 at 04:06 AM
When you did the build where did you save the build folder? Just guessing but if you did the build into your Assets folder you might get these errors.
Desktop is one of those protected folders that some programs have a hard time accessing. $$anonymous$$ake a simple path off c:\ and it can't go wrong :P
Your answer
Follow this Question
Related Questions
The compiler this script was imported with is not available anymore 1 Answer
Internal Compiler Error 1 Answer
Ending my game 3 Answers
Cant Add Script (or create any new scripts) Javascript 2 Answers