EuNet - Tanks
December 11, 2020 ยท View on GitHub
This is an example of Multiplayer Unity TANKS created using EuNet.
It contains all source code for Server, Client, and Common project.
Easy Unity Network (EuNet) is a network solution for multiplayer games.
Screenshot

Video
Click to watch YouTube video
http://www.youtube.com/watch?v=COKdDbeEUUQ
Google Play App
You can run it on Google Play
How to use
Server
- Open the
Tanks.slnfile withVisual Studio 2019. - Run Rebuild All. (If it fails, run Build All)
- Start the
GameServerproject with debugging.
Client
- Open the
Clientfolder withUnity 2019.4version. - Click the
Unity Playbutton to run it. - Enjoy!
If connection to the server fails, it is because the server address is wrong.
You need to find an accessible address and put it in the Server Address field of the GameClient object in hierarchy.