Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Packaging of README.md as a link creates warnings spam in Unity

未关闭 适合新手
#19 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

ValveSoftware/Unity 的其他 Issue

查看 ValveSoftware/Unity 的全部 Issue

相似的 Issue

更多 C# Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。