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

https://github.com/fran6k/unitynetcodewithentitas

ECS架构下使用Netcode同步数据示例 | Simple, Flexible Example for Entitas Combine With Unity Netcode(for GameObject)
https://github.com/fran6k/unitynetcodewithentitas

ecs entitas netcode unity

Last synced: 6 months ago
JSON representation

ECS架构下使用Netcode同步数据示例 | Simple, Flexible Example for Entitas Combine With Unity Netcode(for GameObject)

Awesome Lists containing this project

README

          

# UnityNetcodeWithEntitas

It's a simple project to understand how entitas work with netcode, to sync data between server and client.

you can also use another network solution, the ecs is good tools to decoupling the logic and data.

https://github.com/user-attachments/assets/c09a6cf0-85d3-42a6-8dda-dcf6e704015b

# Usage
1. use ParrelSync open a clone
2. run the eidtor, click NetworkManager GameObject inside the DontDestroyOnload of the sence
3. click Start Server
4. run the cloned editor, same with 2, then click Start Client

# Reference
https://github.com/sschmid/Entitas
https://github.com/sschmid/Entitas/wiki
https://docs-multiplayer.unity3d.com/netcode/current/about/