public void Click() { string path = NativeGallery.GetSavePath(Application.productName + " Captures", nameImg.text); StartCoroutine(shareScreenshot(path)); }