- Home /
Access JavaScript variables on c# script (Android build fails!)
Hi, I have the need to access with a c# script some variables (in a javascript). On pc building I have no problems, I've made a javascript that "connects" the other two scripts (js and c#) and I've put it in StandardAssets.
When I build for android i get:
Assets/Standard Assets/Scripts/jsCconnector.js(21,40): BCE0019: 'lookAxisEZ' is not a member of 'UnityEngine.Component'.
No errors in PC/MAC building!
What can I do? Is there a "Standard Asset" for android? Are there others methods to do that?
Thank you.
Answer by doomprodigy · Dec 17, 2010 at 11:01 AM
Im unsure about how to fix your problem but I prefer to try to have all my scripts in a certain language rather than multiple languages as when it comes to compile time I know I will not have any errors such as this. There is a Javascript to C# Converter around by Leepo http://m2h.nl/files/js_to_c.php , There is also a much more advanced better version being sold on Unity Asset Store. Just my Opinion though, do what you want.
Script Compiling Reference http://unity3d.com/support/documentation/ScriptReference/index.Script_compilation_28Advanced29.html
Your answer
Follow this Question
Related Questions
game won't work in build 0 Answers
Compiler error while switching to android 1 Answer
Unfortunately, "GameName" has stopped. 0 Answers
Gradle build faild. see... error "in unity 2020.1.4f1!!!" 0 Answers