예제 #1
0
    public void Click()
    {
        string path = NativeGallery.GetSavePath(Application.productName + " Captures", nameImg.text);

        StartCoroutine(shareScreenshot(path));
    }