I want to make an android plugin for making a phone call by clicking on a button made in unity. How can I do this? Can anyone provide sample code?
Asked
Active
Viewed 3,978 times
1 Answers
2
You could try:
Application.OpenURL( "tel://5555551212" )
Reference: http://forum.unity3d.com/threads/button-to-make-phone-call.96227/

Jay Kazama
- 3,167
- 2
- 19
- 25