Skip to content

Releases: devmoreir4/godot-3d-multiplayer-template

v1.2.1

07 Dec 18:27
6be4ebd

Choose a tag to compare

What's Changed

  • Engine Upgrade: Upgraded project to Godot 4.5.
  • Dedicated Server: Added support for dedicated server instances.
  • Host as Player: Added a toggleable option allowing the host instance to also participate as a player.
  • Inventory System: Implemented a multiplayer inventory system.
  • UI & Chat: Refactored UI structure and improved chat functionality.
  • Optimizations: Removed redundant RPC calls and unused MultiplayerSpawner.

v1.1.0

12 Jan 02:55

Choose a tag to compare

This update introduces new features and improvements to the multiplayer template.

New Features

  • Global Multiplayer Chat: Added a global chat system.
  • Bug Fixes & Improvements.

v1.0.0

29 Sep 00:57

Choose a tag to compare

v1.0.0 - Official Release

This is the first stable version of the Godot 3D Multiplayer Template.

New Features

  • Player Skins Selection: Players can now choose between four skins: red, green, blue, or yellow.
  • Client Rotation Synchronization: Player rotation is now synchronized across all clients.

v0.1.0-alpha

25 Sep 05:46

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

v0.1.0-alpha - Multiplayer Template

This is the first alpha version of the Godot 3D Multiplayer.

Features

  • Basic multiplayer implementation.
  • Player names displayed above their heads.
  • Network connections initialized and ready for testing.