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

GO P2P is a plugin that helps you connect your games to the internet easily and for free.This plugin includes;- Server browser template- Simple 2D game template- Simple 3D game templateWhat does it offer you?It provides an environment where you can easily match your users on the internet.REQUIREMENTS;For this plugin to work fully,You need to download the WebRTC-Native plugin and extract it into your project.Documentation: https://godotonline.com/?docs=godot-online-p2p/
Godot Online P2P - Installation
Requirements
- Godot 4.x
- WebRTC-Native (YOU NEED THIS FOR THE PROJECT TO WORK!)
Installation Steps
- Clone this repository.
- Open the project using Godot 4.x.
- Enable the plugin in Project Settings.
- Download latest WebRTC-Native extension from github.
- Place the WebRTC-Native folder inside your project.
- Reload the project.
- Configure
go_settings.gd
.
Example go_settings.gd
Configuration:
var SERVER_MODE = false # Set true if running a server
var API_KEY = "your_api_key_here" # TODO: You can put anything you want less than 128 byte.
var VERSION = "version_roma" # Production version or use "version_local" for local test
You can find the documentation here if you need more information. CLICK HERE
GO P2P is a plugin that helps you connect your games to the internet easily and for free.
This plugin includes;
- Server browser template
- Simple 2D game template
- Simple 3D game template
What does it offer you?
It provides an environment where you can easily match your users on the internet.
REQUIREMENTS;
For this plugin to work fully,
You need to download the WebRTC-Native plugin and extract it into your project.
Documentation: https://godotonline.com/?docs=godot-online-p2p/
Reviews
Quick Information

GO P2P is a plugin that helps you connect your games to the internet easily and for free.This plugin includes;- Server browser template- Simple 2D game template- Simple 3D game templateWhat does it offer you?It provides an environment where you can easily match your users on the internet.REQUIREMENTS;For this plugin to work fully,You need to download the WebRTC-Native plugin and extract it into your project.Documentation: https://godotonline.com/?docs=godot-online-p2p/