Internal error

Hello, I just downloaded the newest version of unity. After upgrading my project to work with the new version I got this error message when I tried to play my project:

Internal compiler error. See the console log for more information. output was:BCE0011: An error occurred during the execution of the step ‘Boo.Lang.Compiler.Steps.EmitAssembly’: ‘Empty name is not legal
Parameter name: fullname’.

Anyway, it won’t let me play my game until the error is fixed, and I don’t understand enough code to know what this is telling me. Any ideas on how to fix it?

Thanks,
zAk

You have an empty script in your project; remove it.

–Eric

Thanks, it worked! I’m also having trouble with my game working too slow, it’s not slow animations, it just that everything is working very slowly and choppy (scripts, physics, gravity, enemy actions) is there any way to fix that?