Пример #1
0
 /// <summary>
 /// ビルド前
 /// </summary>
 /// <param name="report"></param>
 public void OnPreprocessBuild(BuildReport report)
 {
     SoundPlayer.PlaySound(Hook.OnPreProcessBuild);
 }
Пример #2
0
 public void OnActiveBuildTargetChanged(BuildTarget previousTarget, BuildTarget newTarget)
 {
     SoundPlayer.PlaySound(Hook.OnBuildTargetChanged);
 }