Here I am struggling to incorporate the native IOS CALL function into unity. All I want is just to tab on a button and it make a phone call. I’ve heard about the plugins but I am not sure on how to build the plugins. Any help is much appreciated. T.Q.
I know that’s usually the case, but according to this page http://unity3d.com/support/documentation/Manual/Plugins.html it means more than that to me. I’ve searched all over the internet hoping to find one plugin which incorporates the function i mentioned above but with no luck. Perhaps, someone can actually guide me on how to build a native plugin from xcode.
could someone please elaborate more, I don’t script.i need to make a call via a button but where would i put that piece of code and what else does it need
thank you
also if someone could point me in the direction of a plugin that would be cool
Hi , I was trying to do the same thing and make a call from a button in unity . I used Application.OpenURL(“tel://myNumber”) and it works fine . but what I need to do is to use symbols like # and * in the number string and if I use these symbols the rest of the string after these characters won’t be send to tel app . I’ll appreciate if someone can help me with this .
thanks so much
This is pretty wicked! In the stand alone player on my mac it opens up the Skyp ap, it did not dial my phone number on my mac though??? Not sure why??
But anyways this opens ideas
Is it possible to make a dial screen in unity with GUI Texture buttons so you could dial a number in Unity and then have that number dial out?
It seems like it could be done but not sure how that would be coded to work with GUI Texture buttons or a dialler ?