Godot-Share icon indicating copy to clipboard operation
Godot-Share copied to clipboard

Simple share text and/or image module for Godot Engine (Android & iOS)

Results 7 Godot-Share issues
Sort by recently updated
recently updated
newest added

Ran into this error when trying to build android export template using 3.x branch. AttributeError: 'SConsEnvironment' object has no attribute 'android_add_java_dir': File "/Users/kakapoopie/godot/SConstruct", line 534: config.configure(env) File "/Users/kakapoopie/godot/modules/share/config.py", line 6:...

When I try compiling for android getting an error for a library does not exists. Could it be a version error? maybe something i need to make sure i have...

hello, could you implement a new method to share HTML documents? Should be nice to use a String as input, perhaps somebody could find useful via file path too. thanks...

enhancement

Adopted this great plugin for godot integration, forgot to ask permission from original developers (my apologies), let me ask ,ar you ok with it? Please find PR here https://github.com/godotengine/godot/pull/90429

Hi, I wonder if a newer version of the share could be made available to use it for newer Godot versions using plugins methods. Or does anybody know if an...

Fails to build with these errors on godot today's 3.x branch modules/share/ios/src/godotShare.mm:29:10:{29:10-29:25}: error: receiver type 'ViewController' for instance message is a forward declaration [5] [root_controller presentViewController:avc animated:YES completion:nil]; ^~~~~~~~~~~~~~~ platform/iphone/app_delegate.h:33:8:...

Hello, i wander if this plugin supports not only Images and Texts but a files for example, i want to share .csv file can i do that with that plugin?...