- Home /
Question by
Rajivdev · Feb 23, 2014 at 10:55 PM ·
internal compiler error
Unity suddenly giving internal compiler errors
My unity suddenly started displaying strange internal compiler errors about things that were never a problem before. The game won't run if the error message is present, but it usually apears after some time when I'm working in unity. Before that point the game runs perfectly fine. It even shows errors in built-in unity scripts.
Comment
For this and future posts about an error, please include the relevant error text
Internal compiler error. See the console log for more information. output was:Assets/Scripts/GUI/ChatWindowPlacement.cs(70,23): warning CS0219: The variable `e' is assigned but its value is never used
This is one of the errors
Your answer