File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ public static string GetStripAssembliesDir2021(BuildTarget target)
3535 return $ "{ projectDir } /Library/Bee/artifacts/WinPlayerBuildProgram/ManagedStripped";
3636 case BuildTarget . StandaloneLinux64 :
3737 return $ "{ projectDir } /Library/Bee/artifacts/LinuxPlayerBuildProgram/ManagedStripped";
38+ case BuildTarget . WSAPlayer :
39+ return $ "{ projectDir } /Library/Bee/artifacts/UWPPlayerBuildProgram/ManagedStripped";
3840 case BuildTarget . Android :
3941 return $ "{ projectDir } /Library/Bee/artifacts/Android/ManagedStripped";
4042#if TUANJIE_2022_3_OR_NEWER
@@ -79,7 +81,6 @@ private string GetStripAssembliesDir2020(BuildTarget target)
7981
8082 public void OnBeforeConvertRun ( BuildReport report , Il2CppBuildPipelineData data )
8183 {
82- // 此回调只在 2020中调用
8384 BuildTarget target = report . summary . platform ;
8485 CopyStripDlls ( GetStripAssembliesDir2020 ( target ) , target ) ;
8586 }
You can’t perform that action at this time.
0 commit comments