using UnityEngine; using System.Collections; public class ShareTests : MonoBehaviour { public Texture2D texture; internal void Start () { //NativeShare.Share("here some lemonade!",texture); } }