GO P2P

by godotonline

3

Godot Online P2P - Installation

Requirements

Installation Steps

  1. Clone this repository.
  2. Open the project using Godot 4.x.
  3. Enable the plugin in Project Settings.
  4. Download latest WebRTC-Native extension from github.
  5. Place the WebRTC-Native folder inside your project.
  6. Reload the project.
  7. 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

Version

1.0

Engine

4.4

Category

Misc

Download

Version1.0
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author