|
|
|
|
|
by sosodev
367 days ago
|
|
Interesting article. I'm surprised the author didn't mention https://github.com/foxssake/netfox The core of Godot's netcode is way too minimal. It gives you a way to synchronize state and make RPC. That's it. As the author mentions adding in the higher level functionality like prediction, rollback, etc is extremely complicated so it's nice that netfox takes care of a lot of that complexity. |
|