- Home /
Controlling Unity3D PC Application from IPAD/IPHONE
First, thanks to everyone responding to this message.
I want to remotely send UDP messages from the IPAD/IPOD (start, stop, pause the game) to the PC Game Application. Is there a way to network between the IPAD/IPOD to the PC computers?
Answer by Anxo · Jun 14, 2011 at 06:33 PM
yes, you can use the Networking tutorial to do so. all you really need is the connection GUI script out of that tutorial and a network view. Then it is easy to setup a local network connection via your IP address. You can then send RPC calls to run functions cross platform.
Your answer
Follow this Question
Related Questions
Iphone UDP Server Discovery 0 Answers
SSL stream makes app crash on iOS 0 Answers
Wait until slowest player loaded... 0 Answers
does unity supports multiplayer over a network or bluetooth? 2 Answers
Unity steals back focus when using Prime31 social plugin iOS 0 Answers