【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())

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.tools",
"version": "1.3.20",
"version": "1.3.21",
"displayName": "00.StaryEvo.Tools",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",