It's Unity3d mplementation of Share for Native Gateway.
Native Gateway allows you to create flexible native extension for cross-platform engines in easy way.
See implemetation of flurry integration as an example: https://github.com/vedi/flurry-bunch
At the moment we consider Unity3d as a primary target platform, but it's easy to create adaptors for other engimes / frameworks.
Import native-gateway.unitypackage and share-bunch.unitypackage to your project. They contain all needed stuff.
Add ShareBunch script to a game object on your scene. No more configuration is needed.
At the moment only text sharing is supported, but it can be easily extended. Follow ShareBunch script to get additional details.
This repository includes prebuild native libraries, the sources are available at the following URLs: