Returning a byte array from ObjC to C# script on ios - Unity Answers
I'm trying to create a plugin that lets you grab images from the ALAssetLibrary in the photo album. I have the bytes for a jpeg, and I just need to return them back to my C# script. Objective C UIImage *image = [UIImage imageWithCGImage: [asset thumbnail ...