Unity-Native-Sharing icon indicating copy to clipboard operation
Unity-Native-Sharing copied to clipboard

A Unity plugin to open native sharing dialogs on iOS and Android, primarily for text and files

Results 5 Unity-Native-Sharing issues
Sort by recently updated
recently updated
newest added

Anyone else having trouble with whatsApp only sharing text, not an image? Unity-Native-Sharing 1.0.5 iOS 14 WhatsApp 2.21.41.2

All tests on Unity 2020.3f15 / Xcode 12.5 Building the example out to an iPhone 6S on iOS 14 we can see the Instagram share has no keyboard: ![Screen Shot...

When I use ShareScreenshotAndText the text is ignored in Apple Messenger, Signal, and Facebook Messenger, it only sends the screenshot. When testing in Xcode I see the error "Error creating...

enhancement

Hi! I am using your library for a game I am developing in Unity which is supposed to run on smartphones & tablets on both Android and iOS. I was...

enhancement

In some apps Image with text is not getting shared on both ios android platforms, Need help new NativeShare().AddFile(filename) .SetSubject("subject").SetText("Sharing you file") .SetCallback((result, shareTarget) => G2WGameConstants.isSharing = false ) .Share();