Pausing build pipeline
Does anyone know a way to pause the build pipeline? Im looking to create a popup when clicking build and then on closing that popup starting the build process.
I have found OnPreprocessBuild that allows me to do stuff before the build and was thinking i could pause (or cancel) the build here and open my popup.
I know i could just build a complete custom build pipeline but ideally i want to continue to use the unity one to stop other users bypassing the popup
Thanks
Your answer
Follow this Question
Related Questions
Multiple shader recompiles for each scene 0 Answers
How to change mesh.vertices in a during build project time? 1 Answer
Is there any way to access resources such as audio files after unity iOS build with swift in Xcode? 0 Answers
Different Unity games cannot install on same Android device 4 Answers
hello i need help with unity compiling zip rather than apk 0 Answers