Hello, I have Unity 4 pro and the ios pro plug in. I also downloaded xcode. I am wondering how do I start to deploy to the device?
Also I am confused about scripting for the ios, I am used to the mouseposition input code, however which one do I use for the ipod touch? Do I use the iphone one? Or just the normal input.touch code?
Is there a tutorial for this? Because I went by the penelope tutorial however it is outdated and won’t work with the new Unity 4
2.If you will control 2 or more fingers same time, Input.GetTouch(0).mousePosition is better.If you wont use , unity is converted your Input.mousePosition to touch.mousePosition.