예제 #1
0
    public static void OpenPhoto()
    {
#if UNITY_ANDROID
        SDKMgr.Instance.AndroidObj.CallStatic("_OpenPhoto", Application.persistentDataPath + "/images");
#elif UNITY_IOS
        _OpenPhoto();
#else
        DllTest.GetFile();
#endif
    }