Summary


Implement to make a build updater that will increment build numbers on build.

Implements


// Defines the order that the updater runs at...
// Above 0 is after the asset updaters, below is before...
int UpdateOrder { get; }

// Runs the logic in this method when the asset tries 
// to update the build number...
public void OnBuildVersionIncremented(BuildTarget buildTarget)