Example #1
0
 public void OnPostprocessBuild(BuildReport report)
 {
     Debug.Log("Adding UIWidgets_DEBUG");
     UiWidgetsDefineExportChecker.ModifyDefine("UIWidgets_DEBUG", true);
 }
Example #2
0
 public void OnPreprocessBuild(BuildReport report)
 {
     Debug.Log("Removing UIWidgets_DEBUG");
     UiWidgetsDefineExportChecker.ModifyDefine("UIWidgets_DEBUG", false);
 }