3ddelano / eosg-tutorial

Code for Epic Online Services Godot tutorial series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epic Online Services Godot Tutorial

Code for the Epic Online Services Godot tutorial series

Watch the playlist

Epic Online Services Tutorial series

Godot3   Epic Online Services 1.16.1

Disclaimer: This project is NOT affiliated with Epic Games Inc or Godot Engine. It doesn't endorse Epic Online Services. This project and sample Godot scenes are provided solely for educational purposes and may or may not comply with Epic Games' Design Guidelines, if you plan to release a game make sure you read the Guidelines and any other steps needed to release a public game like asking for user consent, option to delete user data, website with privacy policy and license, etc.

Support Development

Making this project took a lot of time and effort, reading the Epic Online Services documentation countless times and testing each method in Godot. I would really appreciate if you could support the project in any way.

Buy Me A Coffee
Github Sponsor

Want to support in other ways? Contact me on Discord: @3ddelano

Join the Discord server to discuss suggestions or bugs: 3ddelano Cafe

Steps to Run the Project

  1. Open the Project in Godot
  2. Go to the Asset Library and search "Epic Online Services Godot". Install the latest version of the plugin.
  3. Go to Project -> Project Settings -> Plugins and enable the Epic Online Services Godot plugin.
  4. Open the EOSCredentials.gd script and update the values to your Epic Games Product values.
  5. Run the project.

FAQ

  • Why is the plugin not provided in the git repo?

    The total plugin size is 100MB+ because it contains the binary files for Windows, Linux and Mac and hence it is not included.

  • Why is the code not exactly as it is in the video?

    There may be a few changes done off-camera

About

Code for Epic Online Services Godot tutorial series

License:MIT License


Languages

Language:GDScript 100.0%