Unity-Technologies / Unity-Technologies/UnityDataTools
Document tips for using UnityDataTool with Library AssetDatabase artifacts
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 821
- 派生
- 71
- 平均合并
- 3 小时 13 分钟
- 30 天内合并 PR
- 9
描述
The AssetDatabase uses binary serialized files to represent imported Assets.
UnityDataTool can read such files, e.g. the dump command and can be a nicer alternative to the older binary2text tool that is typically used for this case.
It should only be necessary to look in these files in quite advanced cases. But it could be useful when developing custom scripted importers, or education about how Unity works, or for tracking a problem through the full pipeline from source to build output (e.g. for FBX files, or Scenes)
The Import Activity window shows Artifacts and has a "Show in Explorer" option for retrieving that artifact as a file. This is worth describing. We should also show how to do this from script (if possible using public APIs?)
Note: There are some changes in how these artifacts represented in recent versions of Unity, e.g. introduction of Unity Data Store (UDS) so the topic may have make information conditional on the version of Unity.
This task is to offer some
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 UnityDataTool 的 dump 命令和 "Import Activity" 窗口的 "Show in Explorer" 工作流开始。确认公开的 scripting API 是否能够检索 artifact,并考虑 Unity Data Store 等版本差异;当文档解释了 artifact 访问、相关用例以及这些注意事项后,文档工作即告完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- unity
- 领域
- documentation, game-dev, tooling
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 45/100