Networker icon indicating copy to clipboard operation
Networker copied to clipboard

About UDP version

Open Adevien opened this issue 6 years ago • 3 comments

HI, does the udp version reliable? or default udp.

Adevien avatar Aug 18 '18 05:08 Adevien

There is no implementation for a reliable UDP right now. If there is something provided by .NET I can look to add it.

markiodev avatar Aug 19 '18 19:08 markiodev

Hello! It is a good idea to start a new unity network. They have a simple 32 bit header.

https://github.com/Unity-Technologies/multiplayer/blob/b7c2798078ab2408caf232b8775aa6ff9ac71ccd/com.unity.transport/Runtime/NetworkProtocols.cs#L27-L29

It's pretty simple, and you can peep here.

http://non6.blogspot.com/2019/04/unity-networking-dotnetty.html

iamkisly avatar Apr 30 '19 13:04 iamkisly

32bit header doesn't look good at all, but found an RUDP solution, now all i have to do is deal with collision server-side.

Adevien avatar May 01 '19 01:05 Adevien