godotengine / godot-ios-plugins

MIT License
126 stars 48 forks source link

PhotoPicker plugin implementation #19

Closed naithar closed 2 years ago

naithar commented 2 years ago

Implementation of PhotoPicker plugin, which allows to use native UIImagePickerController to take a photo or select an image from library.

gdip uses new string_input plist type which allows to modify required key on export.

naithar commented 2 years ago

Should be fixed now.

akien-mga commented 2 years ago

Thanks!