浏览代码

Adding notes on pack sizes.

Signed-off-by: Olex Lozitskiy <[email protected]>
Olex Lozitskiy 2 年之前
父节点
当前提交
930c76ee54
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Documentation/PackedAssetBuilds.md

+ 4 - 0
Documentation/PackedAssetBuilds.md

@@ -171,6 +171,10 @@ build\windows\bin\profile\AssetBundlerBatch.exe bundles
 
 The above commands will create two bundle files: `engine.pak` and `game_pc.pak` in `\path\to\o3de-multiplayersample\AssetBundling\Bundles` folder. These pak files will need to be copied along with to the monolithic game launchers to create a stand-alone final game build.
 
+For 23.05 build of o3de-multiplayersample, the expected sizes of these pack files on Windows are:
+* `engine_pc.pak` - around 72 MB
+* `game_pc.pak` - around 1046 MB
+
 ### Create the Launcher Zip file
 
 Use the following .bat file or equivalent copy steps to create a directory with the launchers in it: