godot-sdk-integrations / godot-ios-plugins

MIT License
130 stars 52 forks source link

PhotoPicker plugin implementation #19

Closed naithar closed 3 years ago

naithar commented 3 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 3 years ago

Should be fixed now.

akien-mga commented 3 years ago

Thanks!