Hello,
so i'm working on a basic multiplayer game using lidgren.network and Unity, nothing big and just to learn it. But there's one question i have since a few days, should i run the networking part of the client in a separate thread or should i look for new messages in the update function ?
I have the fear that, when using update(), it will miss messages coming from the server.