- Home /
Cryptic Internal Compiler Error
I am embedding a Javascript interpreter into my unity project. It is my understanding that you cannot call dll files from the web player due to security issues, so the source code for the Jint interpreter and Antlr v3 are included in the project so I can build for web.
I am able to build standalone with the .NET 2.0 Subset without any problems. However, I am unable to build for the web. I get a cryptic error in the console when I try to build for the web.
Unity project can be downloaded here.
Oooohhh Lovely! Tryed putting it in Google Translate yet? :P
(I dont think you can copy from the editor console so have a look at the log file )
I just get gibberish when I put it in google translate.
I did get it working by removing all references to PermissionSet. Even though the web platform supports certain functions of PermissionSets, the web compiler was having none of it.