Hello Everyone! First i'd like to say that I appreciate the efforts of everyone here to help others, the community has helped me a lot. Thanks to everyone.
Second... I am triying to build an app for iPhone. As I am new to unity I have made the "mistake" of mixing languages and I have a JS calling a C# method.
I already have read the docs about placing the script on /Standard Assets and on the viewport the app runs. without any problem. The PROBLEM COMES when I try to build for Xcode. bassically the class gets ignored, and I get the message I have this missing method in C# ( because it has not been compiled yet )
Any ideas?
I have also read that other people had have this problem before in Android.
Thanks in advanced
Cheers!