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

High-level, game-specific extras for netfoxFeatures:* Networked weapons* Rollback-aware base class for inputCheck 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.
High-level, game-specific extras for netfox
Features:
* Networked weapons
* Rollback-aware base class for input
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

High-level, game-specific extras for netfoxFeatures:* Networked weapons* Rollback-aware base class for inputCheck 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