Ejemplo n.º 1
0
 public void OnPreprocessBuild(BuildReport report)
 {
     if (report.summary.platform == BuildTarget.WSAPlayer)
     {
         WinRTPatcher.PatchWinRTBuild();
     }
 }
Ejemplo n.º 2
0
        public void OnPreprocessBuild(BuildReport report)
        {
            switch (report.summary.platform)
            {
            case BuildTarget.WSAPlayer:
                WinRTPatcher.PatchWinRTBuild();
                break;

            case BuildTarget.Android:
                UnityPurchasingEditor.OnPostProcessScene();
                break;
            }
        }