I am writing files from my Assets folder to the device's internal memory using Assets.Open()
.
However, I do not want to write the file every time the application is run.
Only when the file has chanced since I last written it.
How can I view the asset's last modified date or some kind of hash so that I can rewrite the asset to file only when it has changed since the last build?