Unity-Technologies / Unity-Technologies/UnityDataTools
Unity 6.7 - Support unity archive format v9
未关闭
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 821
- 派生
- 71
- 平均合并
- 3 小时 13 分钟
- 30 天内合并 PR
- 9
描述
The archive format is changing from v8 to v9 in Unity 6.7 starting at the b2 release. 7.0 will also have this format.
Older versions of Unity cannot read the new format so we need new version of UnityFileSystemApi including that format.
The built-in archive parsing needs to be updated to understand and properly report the v9 changes, e.g. for the archive command to work properly.
Proposed fix is #128
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先查看 #128 中提出的修复方案,以及内置归档解析所使用的 UnityFileSystemApi。跟踪归档命令,以确定格式 v8 在哪里处理,以及版本变化如何报告。完成标准是能够正确解析和报告 Unity 6.7 和 7.0 的归档格式 v9 文件,同时旧格式继续正常工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, unity
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100