Shin-NiL / Godot-Android-Share-Plugin

Android share plugin for Godot Game Engine 3.2 or higher
MIT License
52 stars 16 forks source link

Share data files? #18

Closed HEAVYPOLY closed 3 years ago

HEAVYPOLY commented 3 years ago

Hi, is it possible to share data files with this? I am working on a painting program and want to share the project files, (similar to a photoshop .psd document file) If not yet possible, where in the plugin source should I look to try to implement this myself?

Shin-NiL commented 3 years ago

It's only possible to share text and image files with this plugin. You can check this here and here.

You can change the shareIntent.setType arguments to share any other type, for this, check these docs.