sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.18k stars 1.11k forks source link

Network Solution With Unity Netcode #1093

Open fran6k opened 1 month ago

fran6k commented 1 month ago

firstly, thanks for @sschmid share this useful ecs framework. it's amazing and wonderful. and i'm look forward to the entitas 2.0

Recently i'm study enttias and plan to refactor my soccer game with entitas. and i found some people also have network's question.

so i put my solution here.

https://github.com/fran6k/UnityNetcodeWithEntitas

sschmid commented 1 month ago

@fran6k Awesome! Thanks for sharing!