/// <summary> /// ビルド前 /// </summary> /// <param name="report"></param> public void OnPreprocessBuild(BuildReport report) { SoundPlayer.PlaySound(Hook.OnPreProcessBuild); }
public void OnActiveBuildTargetChanged(BuildTarget previousTarget, BuildTarget newTarget) { SoundPlayer.PlaySound(Hook.OnBuildTargetChanged); }