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.