【m】修改水印

This commit is contained in:
zhangzheng
2026-03-24 17:59:43 +08:00
parent cc10e4342e
commit f56020265a
2 changed files with 7 additions and 1 deletions

View File

@@ -148,6 +148,12 @@ namespace Stary.Evo.Editor
{
ConfigureWatermark();
}
else
{
PlayerSettings.virtualRealitySplashScreen = null;
PlayerSettings.SplashScreen.showUnityLogo = false;
PlayerSettings.SplashScreen.logos = null;
}
// 打包前检查
if (!PreBuildCheck())