Unity-Technologies / Unity-Technologies/UnityDataTools
analyze: print next-step guidance when the database is written
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 821
- フォーク
- 71
- 平均マージ
- 3時間 13分
- マージ済み PR(30日)
- 9
説明
When analyze finishes it prints the processed-file counts and the total time, but nothing about what to do next:
Finalizing database. Successfully processed files: 2, Failed files: 0, Files without TypeTrees: 0, Ignored files: 0
Total time: 0.256 s
In a usability experiment, an AI agent given only the binary discovered the built-in views (object_view, view_breakdown_by_type, ...) by running .tables in sqlite3 and called it "a lucky/pleasant discovery, not something --help mentioned". For someone using the downloaded binary, stdout plus the one URL in --help is the entire discovery surface.
Proposal: after finalizing, print a short next-step hint, something like:
Database written to database.db. Start with the object_view and view_breakdown_by_type views.
Schema reference: https://github.com/Unity-Technologies/UnityDataTools/blob/main/Documentation/analyzer.md
The URL should be version-pinned once the --help documentation link is (tracked separately).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
analyze コマンドの最終処理出力から始め、処理済みファイル数と合計時間を出力するコードを追跡します。database の書き込み後に、提案されている database、view、schema-reference に関するガイダンスを追加し、その後サンプル入力に対して analyze を実行して stdout の文言と URL を確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, sqlite
- 領域
- cli, database
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 68/100