How would I set up a simple chat back and forth between two unity players on a game.
like facebook chat, or cometchat?
cometchat is a mysql php based chat. You send a chat text and it sends it to all chat participants.
Thanks,
Dan
How would I set up a simple chat back and forth between two unity players on a game.
like facebook chat, or cometchat?
cometchat is a mysql php based chat. You send a chat text and it sends it to all chat participants.
Thanks,
Dan
Someone (appels) showed me this : http://www.m2h.nl/unity/
(Ironically, it was the same tutorial I was following on Youtube…)
The PDF tutorial :
http://www.m2h.nl/files/M2H_Networking_Tutorial.pdf
The project folder :
http://www.m2h.nl/files/M2H_Networking_Tutorial.zip
The M2H tutorial comes with a chat script, see link from guy above.
the networking example on the support - resources - example project also comes with a chat script