- Home /
How to optimize a lot of network traffic
To put it simple, I worked on a MOBA(multiplayer online battle arena) game back in college and I had no time and skills to improve this part while making the rest of the game.
The thing is, besides having up to four players, split in two teams, the game creates about 20 small enemies per team that will fight the other teams on sight.
The last version couldn't even have these enemies sync'd(they were only local) and the players were barely working properly. The game was made using the Master Server and NetworkView for most objects.
I'd say I need some directions to greatly optimize this network part, so anything will help. Thanks in advance.
did you check this? http://docs.unity3d.com/Documentation/Components/net-$$anonymous$$inimizingBandwidth.html
what data do you send via network?
what network bandwish do you have?
Answer by tobiass · Aug 06, 2012 at 10:58 AM
This might give you some ideas (but is hard to implement): http://www.gamasutra.com/view/feature/3094/1500_archers_on_a_288_network_.php
Your answer
Follow this Question
Related Questions
How should I approach multiplayer? 1 Answer
Unity multiplayer solutions: Photon, Unity Networking - what else and in what way is good? 0 Answers
Multiplayer Object spawned by client does not show up on host 1 Answer
Can i make multiplayer game without unity multiplayer service ? 1 Answer
NetworkManager.OnServerDisconnect not being called 2 Answers