3ddelano / epic-online-services-godot

Unofficial Epic Online Services wrapper for Godot Engine 4.2 (EOSG) (includes demo project)
MIT License
165 stars 11 forks source link

Android support #22

Open 3ddelano opened 8 months ago

3ddelano commented 8 months ago

Make the plugin to work on Android using the EOS Android SDK.

We can either do this using a custom Android Build template or a GodotAndroidPlugin with GDExtension.

3ddelano commented 8 months ago

Initial documentation for how to export for android https://github.com/3ddelano/epic-online-services-godot/commit/26be836d0687a1b2544972c728f89b2feaf34bb8

3ddelano commented 8 months ago

The next goal is to make a GodotAndroidPlugin with GDextension to make the android export easier for the plugin users. I'm looking for someone to help set this up as I have little native Android experience.