Releases: devmoreir4/godot-3d-multiplayer-template
Releases · devmoreir4/godot-3d-multiplayer-template
v1.2.1
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
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
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
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.