Inserting an image metadata

Hi,

How to insert or edit the image metadata at run time? Is this possible? Any workaround?
I am not finding any unity specific solution on this. ExifTool is a standalone utility.

You can run applications form unity via the System.Diagnostics.Process.Start(); so you could run your ExifTool and do whatever you need it to do with it.

Thanks but I need something that should do something from within the unity instance, so that I can have this on any platform especially mobile. Is this possible? I got this link but I am not sure how to use this code library in Unity, any idea?

Hi, did you get any working solution to write exif/meta data?

C# does support reading meta date from image files, i have not tested if that is available on mobile.