https://github.com/humbertodias/unity-netcode-helloworld
Netcode "Hello World" Project | Unity Multiplayer Networking
https://github.com/humbertodias/unity-netcode-helloworld
netcode unity
Last synced: 11 months ago
JSON representation
Netcode "Hello World" Project | Unity Multiplayer Networking
- Host: GitHub
- URL: https://github.com/humbertodias/unity-netcode-helloworld
- Owner: humbertodias
- License: other
- Created: 2022-09-24T21:51:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:46:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T02:09:06.669Z (12 months ago)
- Topics: netcode, unity
- Language: C#
- Homepage:
- Size: 487 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/humbertodias/unity-netcode-helloworld/actions/workflows/main.yml)
# Netcode "Hello World" Project
### Tested on
* Mac OS Somona
* Unity 2022.3.23f1
### How to run
Server
```sh
curl https://raw.githubusercontent.com/humbertodias/unity-netcode-helloworld/main/run.sh | bash -s server
```
Client
```sh
curl https://raw.githubusercontent.com/humbertodias/unity-netcode-helloworld/main/run.sh | bash -s client 2
```
## Server +2 clients

### Ref
* [NetCode HelloWorld Tutorial](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/helloworld)
* [Unity CommandLineArguments](https://docs.unity.cn/530/Documentation/Manual/CommandLineArguments.html)
* [Unit GHA](https://isaacbroyles.com/gamedev/2020/07/04/unity-github-actions.html)
* [Docker unityci](https://hub.docker.com/r/unityci/editor/tags)
* [Unity platforms](https://docs.unity3d.com/ScriptReference/BuildTarget.html)