Skip to content

Commit 66157bd

Browse files
authored
Added FAQ entry for standalone platforms
1 parent ae2ebf6 commit 66157bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
**[GitHub Sponsors ☕](https://github.com/sponsors/yasirkula)**
1010

11-
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.
1212

1313
## INSTALLATION
1414

@@ -47,6 +47,10 @@ There are two ways to set up the plugin on iOS:
4747

4848
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).
4949

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+
5054
- **Can't access the Gallery, it says "java.lang.ClassNotFoundException: com.yasirkula.unity.NativeGallery" in Logcat**
5155

5256
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

Comments
 (0)