Skip to main content

Installation

View the plugin on Godot Asset Library

  1. In the Godot editor, navigate to the AssetLib tab at the top, and in the search bar type EOSG.
  2. Click on the plugin with name Epic Online Services Godot (EOSG) by 3ddelano
  3. In the popup that opens, click the Download button.
  4. Once the download is done, click the Install button.
  5. Goto Project -> Project Settings -> Plugins and enable the Epic Online Services Godot 4.2+ (EOSG) plugin.
  6. Restart the godot editor.
  7. The plugin is now installeed. Check out the Initialization guide next.

Method 2: Install from GitHub

  1. Goto the Releases section and download the latest release. Here there are separate zip files for each platform which you can download if you are only looking to release on one platform or download the epic-online-services-godot-all that supports all platforms.
  2. Extract the zip file and copy the addons/epic-online-services-godot folder into the res://addons/ folder of your project. If the res://addons does not exist, create it.
  3. In the Godot editor, goto Project -> Project Settings -> Plugins and enable the Epic Online Services Godot 4.2+ (EOSG) plugin.
  4. Restart the godot editor.
  5. The plugin is now installeed. Check out the Initialization guide next.