This package provides a simple and efficient way to display native share dialogs for text and URLs on both Android and iOS devices. With this package, you can save time and focus on game or application development. The share dialogs can be easily customized to suit your needs, and the package includes a sample demo scene to get you started.
Features:
- Native sharing for text and URL
- Easy to use and implement without modification
- Source code included
- No dependencies
- Error-safe handling
- Well-tested code
- Sample demo scene
- No extra permissions or SDKs required
How to use:
- In your button click event or listener, use the following code as a starting point:
using (NativeShareDialog dialog = new NativeShareDialog())
{NativeShareParams conf = new NativeShareParams()
{//Url = "www.example.com/facebook-messenger",
Title = "TITLE",
Text = ">
www.example.com/facebook-messenger",
PackageName = "com.facebook.orca"};
dialog.ShowNativeShareDialogAsync(conf);}
Code available: [insert code link here]





