Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Implements lag compensation and more to build multiplayer online games easier.Features:* Synchronized time* State interpolation* Lag compensation with CSPCheck out the other addons and see more at: https://github.com/foxssake/netfox## Upgrading### v1.8.0* Check your `RollbackSynchronizer` nodes and set `enable_input_broadcast` to false as applicable.### v1.1.1* Remove `Interpolators` from the project autoloads, it's a static class now
netfox.internals
Shared utilities for netfox addons. Not intended for standalone usage.
Instead, check out the other addons in the netfox repository.
Implements lag compensation and more to build multiplayer online games easier.
Features:
* Synchronized time
* State interpolation
* Lag compensation with CSP
Check out the other addons and see more at: https://github.com/foxssake/netfox
## Upgrading
### v1.8.0
* Check your `RollbackSynchronizer` nodes and set `enable_input_broadcast` to false as applicable.
### v1.1.1
* Remove `Interpolators` from the project autoloads, it's a static class now
Reviews
Quick Information

Implements lag compensation and more to build multiplayer online games easier.Features:* Synchronized time* State interpolation* Lag compensation with CSPCheck out the other addons and see more at: https://github.com/foxssake/netfox## Upgrading### v1.8.0* Check your `RollbackSynchronizer` nodes and set `enable_input_broadcast` to false as applicable.### v1.1.1* Remove `Interpolators` from the project autoloads, it's a static class now