- Home /
Error transfering my project to Unity 4.0
I had a bunch of errors so I decided to make a new project and import my old scene, this cleared 4 errors but still I have 1 error that I don't understand:
BCE0011: An error occurred during the execution of the step 'Boo.Lang.Compiler.Steps.EmitAssembly': 'Empty name is not legal
Can someone tell me what it is or where I must look?
Thanks!
Answer by Graham-Dunnett · Dec 30, 2012 at 09:38 PM
I think this means you have a script file that contains no code. Check that none of your scripts are empty.
Thanks that was it! I deleted my empty script and poof.. I could enter playmode!
Your answer
Follow this Question
Related Questions
Unity shows only Unity Package Error 0 Answers
help with unity compiler error 0 Answers
Switching Project files between Mac and PC. 2 Answers
SUCCEEDED(hr) and failed to create 2D texture errors 0 Answers