An open API service indexing awesome lists of open source software.

https://github.com/humbertodias/unity-simple-multiplayer

Unity Multiplayer Networking using UNET
https://github.com/humbertodias/unity-simple-multiplayer

multiplayer unity

Last synced: 4 months ago
JSON representation

Unity Multiplayer Networking using UNET

Awesome Lists containing this project

README

          

# Unity Simple Multiplayer using UNET

Result of the following tutorial
[Simple Multiplayer Game - Unity 5.3](https://www.youtube.com/playlist?list=PLwyZdDTyvucw5JhBMJxFwsYc1EbQYxr0G)

# Pre requirements

1. Unity 2019.2.0a11+

# How to Play

Open the **Main** Scene on Unity at

```
Scenes/Main
```

Server

```
File > Run & Build
```

At **Build/Build.app**

![](doc/server-1.png)

Click on LAN Host

![](doc/server-2.png)

Running at 7777

![](doc/server-3.png)

Client

```
Play
```

![](doc/client-1.png)

LAN Client

![](doc/client-2.png)

Running at 7777

![](doc/client-3.png)

UNET will be removed in 2021.

![](doc/unet-deprecated.png)

[FAQ](https://support.unity3d.com/hc/en-us/articles/360001252086-UNet-Deprecation-FAQ)

# Reference

1. [Simple Multiplayer Game](https://unity3d.com/learn/tutorials/topics/multiplayer-networking/simple-game-summary?playlist=29690)
2. [Tutorial : Simple Multiplayer Game - Unity 5.3](https://www.youtube.com/playlist?list=PLwyZdDTyvucw5JhBMJxFwsYc1EbQYxr0G)