About iOS Javascript

Hi everyone , im making a game for android and ios but there is have a javascript code in my game. some people said ios is not supporting javascript can someone explain it ?

If anyone ever actually said that, they were wrong.

Hi, maybe i am wrong, but i imagine Unity does the conversion to native code when building your app, so i don’t think you have to worry about this.

It should work.

I maybe wrong though, i am a newbie with Unity

The main caveat with UnityScript on iOS is that you really need to use #pragma strict at the top of your files. That’s included by default, now, but that wasn’t always the case.