Skip to content

Commit 87a2150

Browse files
committed
ui
1 parent 8146532 commit 87a2150

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.DS_Store

0 Bytes
Binary file not shown.

ProjectConfig/Script/Project/CopyResource.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ def CopyPlugins(self):
2323
dir2 = mainResource.GetRootUnityAssets()+"/"+dirname
2424
flag = os.path.exists(dir2)
2525
if not flag:
26-
# shutil.rmtree(dir2)
26+
# shutil.rmtree(dir2)
2727
shutil.copytree(dir1,dir2)
28-
28+
2929
self.ConfigiOSPluginsCode()
3030

3131
def IsNoIDFASDK(self):
@@ -110,6 +110,9 @@ def ConfigiOSPluginsCode(self):
110110
self.ConfigiOSAdkitCode(Source.UNITY)
111111

112112

113+
self.DeleteMACOSX(dirCodeAdkit)
114+
115+
113116

114117
def CopyResConfigData(self):
115118
# ResConfigDataCommon
17 Bytes
Binary file not shown.

ProjectConfig/Script/ProjectManager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def CopyAllCmd(self):
146146

147147
def UnityBuild(self, stros):
148148
UnityBuild.Run(stros)
149+
mainCopyGamedata.DoCopyGameData()
149150

150151
def IPABuild(self, type):
151152
mainIPABuild.Run(type)

0 commit comments

Comments
 (0)