We have an issue with organizing our builds. They get copied around and moved so much that it's hard to keep track of what is the newest.
I would like to output a simple text file to the build root (same level as exe) that contains info like the build date and time, platform, etc.
Is this possible from within Unity? Right now we have no automated build process (CI/CD).
edit: I found onPreprocessBuild() but unfortunately one of our main projects still uses Unity 5.3.6f1, so this will not work. Is there an alternative?