- Home /
Question by
Alex Pinheiro · Mar 29, 2011 at 12:28 PM ·
androidserversockettcp
Is it possible to control a game with an Android phone without Unity?
I mean, is it possible to create a game on PC with a Socket server and control the character on the game, through an wi-fi connection, with an Android phone, using an app designed for it (withou Unity for Android)?
Comment
Answer by Statement · Mar 29, 2011 at 12:37 PM
Yes.
You can make use of System.Net.Sockets.Socket in Unity3D. Android is probably capable of connecting to another ip/port over TCPIP and at the very least you can make use of web posts.
Your answer
Follow this Question
Related Questions
Use sockets to send data from unity 1 Answer
Why i can't receive 2 messages in a row from my server in Unity? 2 Answers
Android Tcp Socket Problem 1 Answer
Global update function for network 1 Answer
TCP data sending with Android 3 Answers