Packaging of README.md as a link creates warnings spam in Unity
还没有人认领这个 Issue。
评估
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 新手友好度
- 88/100
- Issue 类型
- 缺陷
- 描述清晰度
- 描述清楚
- 活跃度
- 活跃
- 技术栈
- git, unity
- 领域
- build-system
调研方向
检查 UPM 包 com.valvesoftware.openxr.utils 及其 README.md 条目,然后查看 Documentation~/index.md 中描述的基于 Git 的安装方式。将符号链接替换为常规的 README.md 文件,并验证克隆的 Git 依赖项不再产生所报告的 Unity 元数据警告。
由索引模型根据 Issue 内容生成。
描述
The UPM package structure for com.valvesoftware.openxr.utils includes a README.md file which is a symlink instead of a regular file. Normal git cloning will not resolve that link so README.md will be absent in a clone. Consequently, if a Unity project includes this package as a Git dependency (which is exactly what this package's documentation tells users to do), every time the project is compiled, these warnings will be spammed to the console:
A meta data file (.meta) exists but its asset 'Packages/com.valvesoftware.openxr.utils/README.md' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
and
Couldn't delete Packages/com.valvesoftware.openxr.utils/README.md.meta because it's in an immutable folder.
(not to mention the wasted work the Unity editor is doing trying in vain to delete this meta file.)
Can this just be changed to a regular file?
- 主要语言
- C#
- 星标
- 65
- 派生
- 2
- 平均合并
- 1 分钟
- 30 天内合并 PR
- 3
环境准备
这个项目没有提供开发容器、Dockerfile 或贡献指南,环境需要你自己搭建:先看它的 README,通用步骤见我们的新手贡献指南。
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
ValveSoftware/Unity 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 88/100
ValveSoftware/Unity#12 ·
-
难度 5/5 一周以上 新手友好度 35/100
ValveSoftware/Unity#15 ·
-
难度 4/5 3-5 天 新手友好度 45/100
ValveSoftware/Unity#14 ·
-
难度 4/5 3-5 天 新手友好度 35/100
ValveSoftware/Unity#11 ·
-
难度 4/5 3-5 天 新手友好度 35/100
ValveSoftware/Unity#9 · 2 条评论 ·
查看 ValveSoftware/Unity 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 72/100
fluentassertions/fluentassertions#3353 ·
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 半天 新手友好度 78/100
unoplatform/uno#24769 ·
维护者通常 1 天内回复
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
AvaloniaUI/Avalonia#22323 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 88/100
microsoft/onnxruntime-genai#2633 ·
维护者通常 1 天内回复