Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Looking for advice on TCP Server with Unity.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Ollie" data-source="post: 383323" data-attributes="member: 26597"><p>Hi, </p><p>So I'm looking into making a simple multiplayer game with Unity. This would be my first project working with C#, but not my first time using Unity.</p><p></p><p>I am just looking for some advice really, as I have never made a Server or worked with anything to do with TCP or Websockets ect. before so kind of need somewhere with good advice on where to start.</p><p></p><p>So my first question is, what should I be using? Should I be using Websockets to transfer my data about player positions, or should I make a TCP Server or something similar?</p><p></p><p>Also, what language should I be using to do this. I don't want to start a fucking benchmark war like threads similar to this usually do but I'm just looking for a simple answer. Should I be coding this in C#, Javascript or any other language you can think of. </p><p></p><p>Just bare in mind its not going to be a dedicated server, that all players would connect to, but similar to the system in other games like Minecraft, where you host your own server. So each servers only going to have a small amount of players on at a time, I'm not trying to build some system that can manage 10,000's of players on some MMO scale.</p><p></p><p>I'm not really looking for any code, so not even sure if this is the right section. But just some suggestions from people that know more about this than me.</p><p></p><p>Thanks.</p></blockquote><p></p>
[QUOTE="Ollie, post: 383323, member: 26597"] Hi, So I'm looking into making a simple multiplayer game with Unity. This would be my first project working with C#, but not my first time using Unity. I am just looking for some advice really, as I have never made a Server or worked with anything to do with TCP or Websockets ect. before so kind of need somewhere with good advice on where to start. So my first question is, what should I be using? Should I be using Websockets to transfer my data about player positions, or should I make a TCP Server or something similar? Also, what language should I be using to do this. I don't want to start a fucking benchmark war like threads similar to this usually do but I'm just looking for a simple answer. Should I be coding this in C#, Javascript or any other language you can think of. Just bare in mind its not going to be a dedicated server, that all players would connect to, but similar to the system in other games like Minecraft, where you host your own server. So each servers only going to have a small amount of players on at a time, I'm not trying to build some system that can manage 10,000's of players on some MMO scale. I'm not really looking for any code, so not even sure if this is the right section. But just some suggestions from people that know more about this than me. Thanks. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Looking for advice on TCP Server with Unity.
Top