Godot 3D Multiplayer Template
by devmoreir4 | MIT
Kickstart your next multiplayer project with this 3D template for Godot Engine
Godot 3D Multiplayer Template This is a foundational template for a 3D multiplayer game, developed in Godot Engine 4.5. It offers a starting structure for your next multiplayer project, including essential functionalities for players to interact and
AwaitableHTTPRequest
by Swarkin | MIT
Allows you to send HTTP requests and access their response in the same line, without signals
This addon makes HTTP requests much more convenient to use by introducing the await-syntax and removing the need for signals. Calling an API: extends AwaitableHTTPRequest func _ready() -> void: var resp := await async_request("https://api.github.com/users
netfox
by Fox's Sake Studio | MIT
Implements lag compensation and more to build multiplayer online games easier
This is the core package of netfox, a suite of addons to make building multiplayer games easier. Features ⏲️ Consistent timing across multiple machines 🖥️ Supports client-server architecture 🧈 Smooth motion with easy-to-use interpolation 💨 Lag
loading more results...