UnityNativeCamera
UnityNativeCamera copied to clipboard
Doesn’t it support the function of cropping after taking pictures?
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: https://github.com/yasirkula/UnityNativeCamera/blob/3d0ebc78085d4e2c62a44108f2f2d7660a68a9ee/Plugins/NativeCamera/iOS/NativeCamera.mm#L156. 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.