no message
This commit is contained in:
@@ -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`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user