- Home /
Question is off-topic or not relevant
networking Chat
Hello friends I started working on chat system for my unity web application but i don know how to start and work on it please help me how to make a perfect chat system and what are need to be used in the chat network server client
Can you add a few more details if you want us to help you get started. For example, are you looking for chat rooms or just a 1-to-1 chat? chat with friends or just the person you are in a match with (or whatever term you wish to use here). You could either setup a server to handle the passing of the chat messages or have one of the games (in a match) act as a server while the other game is a client. There are some server software packages out there that work with Unity nicely that will handle this that have lite free versions if you're interested in looking into them. Try doing a google search for SmartFoxServer and see if that is what you need.
I am looking for 1 to 1 chat were customer can speak with another customer in my web application were i can invite chat with another client come customer ,i tried using networking but cant able to communicate with client server or client to client ,i think i am making some porting issues,were i have little knowledge in porting machines,and pls guide me in creating server or any server i can work with 1 to 1 chat system......
I do not really know why you are using unity for this. Are you in a company? If so, hire a programmer to make the system(if you can afford it). I just do not know why you start out so ambitiously. Also no one is going to write a full and "perfect" chat system for you(for free that is). $$anonymous$$y suggestion either hire someone or learn more first.
@huskyPanda123 is correct unless it is a game, it is not work the effort you are putting into it. there are lot of chat system sources available in php. Try integrating one of those into you website, that would be easy.
using unity for this is the longest route
@flamy Why write something in php when it can natively run in the browser? HT$$anonymous$$L 5 ftw!