i got this error in my project and i dont know how to fix it:
" 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’. "
anyone can help me? i’d appreciate it thanks!
Usually when I get that kind of error it is because there are some assets supposedly just for the pro version that have been downloaded into the project i.e. into a free version project, or there may be a compatibility problem with one of the assets i.e. the pack hasn’t yet been changed or upgraded to the version of unity you are using. Make sure there are no pro version assets in your project (assuming you are using a free version of Unity.) as a start point.