Networker
Networker copied to clipboard
About UDP version
HI, does the udp version reliable? or default udp.
There is no implementation for a reliable UDP right now. If there is something provided by .NET I can look to add it.
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
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.