This template allows you to create peer-to-peer (P2P) multiplayer games in Godot 3 without the need for a dedicated server.It uses Godot's high-level multiplayer API along with UPnP (Universal Plug and Play) for automatic port forwarding, making it easy to connect players over the internet directly.Features include:- Host/join system using IP- P2P networking with no server required- UPnP support for port forwarding- Handles connection, disconnection, and timeouts- Clean and well-organized code structure- Includes a working demo projectPerfect for developers who want to build online multiplayer games with minimal setup.
Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
Add an online leaderboard to your game in under 10 minutes!Highly customizable. Comes with score validation built-in and drop-in ready leaderboard scene for quick prototyping.Optionally self-host the API with the available open source server application!
Free 3D platformer Character for prototyping in GodotIncludes:-Rigged 3D Robot Character-20 animations!-3 Alt PalettesIf you use this, let me know! Tag me on twitter!@arianagchow
You can use this template as reference to create your own 3D cross the road game in Godot.Contains:Basic player configuration to move Vehicles generated by instances loop Trigger interactions with containersBasic score configuration Timer in HUD configuration
This project template enables your game to play as both an XR and a 'normal', a.k.a 'flat', 3D game).
Spook up your editor with this Halloween plugin!
Discord API wrapper for Godot Engine. It provides a simple interface to build Discord application such as bots. It also comes with a standalone REST client with an option for a stateless mode.
This is a template for a VR application with physics using OpenVR.It features immersive physics-driven player hands, both teleport-based and continuous locomotion, and more.This is a template, not an addon or plugin. It includes a demonstration scene under demo/, you can delete this directory when starting your own project.
Replace Windows icon without rcedit.Create icon from image(s) using no external tools.After installing and enabling you'll find two additional menu entries:Project/Tools/Icon CreatorProject/Tools/Icon Replacerwhich should be self explanatory.
Animation Player that tracks a position value. It plays forwards and backwards, and stops when at the target position.The target position may be controlled via a Slider control.
Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.