yasirkula/UnityNativeCamera

Doesn’t it support the function of cropping after taking pictures?

dwjcola opened this issue · 3 comments

Doesn’t it support the function of cropping after taking pictures?

It doesn't but you could try changing this to YES to make it work on iOS:

imagePicker.allowsEditing = NO;
. For a cross-platform solution: https://github.com/yasirkula/UnityImageCropper

Thank you for your answer. What about Android? How does Android support cropping? @yasirkula

Natively, I don't know. But the cross-platform solution will work on all platforms.