Example #1
0
    private void InitShareIcon()
    {
        string path = Application.persistentDataPath + "/Image/ShareIcon.png";

        if (!File.Exists(path))
        {
            StartCoroutine(AssetHelper.CopyImage("ShareIcon.png"));
        }
    }