Share an image - Easy way

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GameVisitor
:warning: Old Version Published before Godot 3 was released.

Hello there,

Is there an easy way to “share” an image / screenshot using Godot ?
I know this might not work on desktop but for mobile environments ?
At least using Android “Share” popup ?

I am looking for something that does not involves manually constructing an https POST request… but rather call the an installed app (ex: such as email app)

Thx.

Looks like there are no easy way, mainly because if you want an Android-specific popup to appear, you have to make a call to its API, which involves coding that into Godot C++.

Zylann | 2016-12-08 13:52

:bust_in_silhouette: Reply From: Shin-NiL

You’ll need a module for this, I made one for Android & iOS: GitHub - Shin-NiL/Godot-Share: Simple share text and/or image module for Godot Engine (Android & iOS)