Search Unity

feature request: build cancellation callback

Discussion in 'Editor & General Support' started by g-augview, May 29, 2020.

  1. g-augview

    g-augview

    Joined:
    Mar 28, 2017
    Posts:
    13
    DerrickBarra likes this.
  2. DerrickBarra

    DerrickBarra

    Joined:
    Nov 19, 2013
    Posts:
    210
    I second this, I use build scripts to strip out certain Resources folders via an AssetDatabase.Move(), so not being able rename those folders when the build is canceled is just bad design. I'll have to write a editor script that looks for Resources folders with our special extra character and rename those as a user accessible editor tool to get around this.