You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin helps you save your images and/or videos to device **Gallery** on Android and **Photos** on iOS. It is also possible to pick an image or video from Gallery/Photos.
11
+
This plugin helps you save your images and/or videos to device **Gallery** on Android and **Photos** on iOS (other platforms aren't supported). It is also possible to pick an image or video from Gallery/Photos.
12
12
13
13
## INSTALLATION
14
14
@@ -47,6 +47,10 @@ There are two ways to set up the plugin on iOS:
47
47
48
48
You can't. On iOS, these files are stored in an internal directory that we have no access to (I don't think there is even a way to fetch that internal path).
49
49
50
+
-**Plugin doesn't work in a Windows/Mac/Linux build**
51
+
52
+
Only Android & iOS platforms are supported. Editor functionality is for preview purposes only and uses Unity's [Editor-only API](https://docs.unity3d.com/ScriptReference/EditorUtility.OpenFilePanelWithFilters.html).
53
+
50
54
-**Can't access the Gallery, it says "java.lang.ClassNotFoundException: com.yasirkula.unity.NativeGallery" in Logcat**
51
55
52
56
If you are sure that your plugin is up-to-date, then enable **Custom Proguard File** option from *Player Settings* and add the following line to that file: `-keep class com.yasirkula.unity.* { *; }`
0 commit comments