Hi everybody 
Is it possible to make Unity do something at a project build ?
I just want to change the content of a file when I click on “Build project”, like if there’s an event call when we start build. It can be during the build, it’s not a problem, but is it possible to do something like that ?
Do you like to do the action before the build process is run or after?
If you like to do it f the build is complete, you can use this
If you like this to be handled before running the build you have to build your own editor scripts that handles the stuff you need to do and than calles the build process.