UnityMMO icon indicating copy to clipboard operation
UnityMMO copied to clipboard

MMO made in Unity

Results 7 UnityMMO issues
Sort by recently updated
recently updated
newest added

Should also spin up the DB with compose - perhaps a redis cache also

https://google.github.io/flatbuffers/index.html

Hello, under what license is this project released under ? Thank-you.

LoginServer.cs and WorldServer.cs in the ReceiveCallBack method need to have .EndReceive() called somewhere.. Otherwise the callback will loop infinitely and eventually cause OOM after a period of time

bug

Currently as long as client connects after logging in, they are able to do anything on login/character create menu. Socket exceptions are thrown if anything requires sending a packet to...

enhancement