no message

This commit is contained in:
2026-06-18 14:07:38 +08:00
parent d393302388
commit 18990deb2d
12 changed files with 910 additions and 116 deletions

View File

@@ -25,6 +25,7 @@ const {
minifyLevelsDatabase,
brotliCompressFile,
patchPreloadSettings,
patchSplashSettings,
printPackageReport,
formatBytes,
} = require('./package-optimize');
@@ -201,6 +202,7 @@ function patchSettingsForFrontend(settingsFile) {
preloadResources: opts.preloadResources,
preloadLevelPrefabs: opts.preloadLevelPrefabs,
});
patchSplashSettings(j, { stripSplashAssets: true });
if (j.rendering) {
j.rendering.effectSettingsPath = `${UNITY_BASE}src/effect.bin`;
}