Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン 初心者向け
#19 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
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分
マージ済み PR(30日)
3

環境構築

このプロジェクトには開発コンテナ、Dockerfile、コントリビューションガイドがありません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ValveSoftware/Unity のほかの issue

ValveSoftware/Unity の issue をすべて見る

似ている issue

C# の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。