Installation
Method 1: Install from Asset Library (Recommended)
View the plugin on Godot Asset Library
- In the Godot editor, navigate to the
AssetLib
tab at the top, and in the search bar typeEOSG
. - Click on the plugin with name
Epic Online Services Godot (EOSG)
by3ddelano
- In the popup that opens, click the
Download
button. - Once the download is done, click the
Install
button. - Goto
Project -> Project Settings -> Plugins
and enable theEpic Online Services Godot 4.2+ (EOSG)
plugin. - Restart the godot editor.
- The plugin is now installeed. Check out the Initialization guide next.
Method 2: Install from GitHub
- 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. - Extract the zip file and copy the
addons/epic-online-services-godot
folder into theres://addons/
folder of your project. If theres://addons
does not exist, create it. - In the Godot editor, goto
Project -> Project Settings -> Plugins
and enable theEpic Online Services Godot 4.2+ (EOSG)
plugin. - Restart the godot editor.
- The plugin is now installeed. Check out the Initialization guide next.