Fix/chunk pak 修复分块功能 并将共有资产 提出到Common分块中#119
Open
yimenglq wants to merge 5 commits into
Open
Conversation
现测试完成: 1、无基础版本 可正常进行分块收集资产 生成pak 2、有基础版本 正常进行对比差异 并成功分块收集资产 生成pak 3、外部文件也可正常收集并生成pak 修改总结 1、在PatcherProxy.cpp 中 生成pak管线中 第7 第8 步骤之间加入了 步骤7.15 ResolveCommonChunkWorker函数 目标是为了 分块收集资产信息 并将共有资产 生成到 Common分块中 2、添加了UFlibPatchParserHelper::DiffAssetByChunk 函数 目标是为了 直接让分块 根据 diff 将引用资产 获取 3、更改了 部分GeneratePakProxysWorker 目标为了兼容 7.15 的修改
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
基于diff进行分块 增量更新
现测试完成:
1、无基础版本可正常进行分块收集资产生成pak
2、有基础版本正常进行对比差异并成功分块收集资产生成pak
3、外部文件也可正常收集并生成pak
修改总结
1、在PatcherProxy.cpp中生成pak管线中第7第8步骤之间加入了
步骤7.15 ResolveCommonChunkWorker数
目标是为了分块收集资产信息并将共有资产生成到Common分块中
2. 添加了UFlibPatchParserHelper::DiffAssetByChunk
函数
目标是为了直接让分块根据diff将引用资产获取
3. 更改了 部分GeneratePakProxysWorker
目标为了兼容7.15的修改