- Home /
Android Communication
Hi all, im making this game for android and i need to send a simple message from one phone to another. I was wondering what the best way to do this was and if anyone might know any tutorials for it.
any help/advice would be much appreciated!
Answer by Doctor · Apr 26, 2012 at 06:46 PM
The best way would depend on the distances you want and what the various OSes you want to support for this feature.
Based on the tags, you could try using BlueTooth as iOS and Android both support that, although it is short-ranged. You could also use a messaging system in the game development. I don't know how you would do that or what it is called because I'm fairly new to Unity, but i have seen Unity games (mostly for Mac OS X) that have an in-game chat system.
Your answer
Follow this Question
Related Questions
android shader issue 1 Answer
Detect Device Orientation Event 1 Answer
Mecanim for Mobile Devices 2 Answers
How to Smooth X Axis Movement on Mobile Devices? 2 Answers
Button as a child of a button 0 Answers