UnityNativeGallery icon indicating copy to clipboard operation
UnityNativeGallery copied to clipboard

A native Unity plugin to interact with Gallery/Photos on Android & iOS (save and/or load images/videos)

Results 50 UnityNativeGallery issues
Sort by recently updated
recently updated
newest added

**Description of the bug** In the NativeGallery.cs, SaveAudioToGallery method is private. On the other hand, SaveImageToGallery and SaveVideoToGallery are both public. Is there a reason why it is set to...

Does the plugin support to restrict the number of images to be picked when using GetImagesFromGallery. For example - in android/iOS file selector, restrict the input images to 10

bug

Please support VisionOS https://docs.unity3d.com/Packages/[email protected]/manual/VideoComponent.html?q=video

bug

**Description of the bug** IOS 17 can't open whats app videos **Reproduction steps** Use native gallery, try to open a video saved from whats app **Platform specs** IOS 17, iPhone...

bug

**Description of the bug** I have been using the native gallery 1.7.1 in Unity version 2018.4.36f1 I'm seeing the same bug as the title. I tracked the issue and found...

bug

When I call the requestPermission function, it returns granted, even when I uninstall the app and reinstall it, no permission dialog box appears, am I missing something? i use unity...

Undefined symbols for architecture arm64: "_OBJC_CLASS_$_PHAsset", referenced from: objc-class-ref in NativeGallery.o "_OBJC_CLASS_$_PHAssetChangeRequest", referenced from: objc-class-ref in NativeGallery.o "_OBJC_CLASS_$_PHAssetCollection", referenced from: objc-class-ref in NativeGallery.o "_OBJC_CLASS_$_PHAssetCollectionChangeRequest", referenced from: objc-class-ref in NativeGallery.o "_OBJC_CLASS_$_PHAssetResource",...

bug

**Description of the bug** This nativegallery occurs in native gallery. Please tell me how to solve it. **Reproduction steps** If possible, providing reproduction steps would be very helpful while pinpointing...

bug

**Description of the bug** Android 12: Application crashes after image selection **Reproduction steps** - NativeGallery.GetImageFromGallery - select image - crash **Platform specs** - Unity version: *2020.3.18f1* - Platform: *Android 12*...

bug

Hey there, we are using native gallery to write screenshots to disk, but we dont need the read permissions. How can I strip these permissions out without forking the package...