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
- Host: GitHub
- URL: https://github.com/humbertodias/unity-simple-multiplayer
- Owner: humbertodias
- Created: 2017-02-25T15:00:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T14:23:19.000Z (about 7 years ago)
- Last Synced: 2025-04-06T05:18:34.779Z (about 1 year ago)
- Topics: multiplayer, unity
- Language: C#
- Homepage:
- Size: 552 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

Click on LAN Host

Running at 7777

Client
```
Play
```

LAN Client

Running at 7777

UNET will be removed in 2021.

[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)