【m】临时加回local模式

This commit is contained in:
zhangzheng
2026-03-18 10:29:55 +08:00
parent 4d8a107012
commit c07f1f0be8
4 changed files with 43 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ namespace Stary.Evo.Editor
var rawBuildResult = BuildRawFiles();
if (!rawBuildResult.Success)
{
Debug.LogError("视频文件打包失败!");
Debug.LogWarning("视频文件打包失败!");
return;
}