-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error with Unity 5.3.5p8 #12
Comments
Hmm it seems to work with another project. I don't know how to find what's causing the issue on my first project. |
When the compiler encounters an error while compile, it generates error messages. But this exception seems to be thrown by |
This fix is just done. Please check it out. latest release. |
Wow you're fast, thanks a lot! |
I think we now have a hint: IncrementalCompiler.log:
Compilation finishes, no error in any log except this warning, but the dll is invalid. In Unity3D:
|
Wow it's a bizarre warning that I've never seen. At first, is there a suspicious DLL in your project? From stackoverflow, it's possible to have DLLs targeting different framework in your case. Which DLL does Unity3D cannot load? Is it an |
Ok now it's working when I remove two extensions:
Error with Online Maps:
|
It's good to be working now. 😄 But I cannot try to find what's wrong with them because they're not free. For error about |
Slate do work fine. I can't test Online Maps, but I remember a similar error on normal Unity too. |
Hi !
This compiler seems really promising but I've got an error with Unity 5.3.5p8 which prevents me from using it:
Client log :
Server log :
Do you have an idea of how to fix this?
The text was updated successfully, but these errors were encountered: