arXiv論文メモ
新着一覧
cs.SE · 査読状況未確認

Unityのコードと素材の関係を検索するエージェント向け索引

Unity Insight: A Production Code--Asset Index for LLM Coding Agents in Unity Projects

Shenhua Gu, Hongqiang Zhu, Fan Zhang, Jinming Zhang, Hao Chen

この論文をやさしく読む

ひとことで言うと

Unityのスクリプトと素材の結び付きを、エージェントが横断検索できる索引を作った。

何に役立つ?

Unityプロジェクトの調査や変更箇所の特定を、少ない探索で行う助けになる。

この研究の面白いところ

コードだけでなくGUID、.metaファイル、YAML素材の関係を永続的に索引化した。

どこまで分かった?

二つのゲームの28問で、各条件を一回ずつ実行した比較結果である。広いプロジェクトでの効果は要旨からは分からない。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

LLMのコーディングエージェントはゲームエンジンのリポジトリでも使われるようになったが、そこではアプリケーションのロジックを、シリアル化された素材から切り離せない。一つのゲームプレイの変更が、UnityのGUIDで結び付いたC#スクリプト、プレハブ、シーン、ScriptableObjectにまたがることがある。現在のエージェントの検索道具であるシェルの機能やコードだけの索引では、基本的なファイル横断の問いに答えられない。関係はコードではなく、.metaファイルとYAML素材に記録されているからである。 本研究はUnity Insightを提示する。著者らの知る限り、Unityプロジェクトに対する、LLM向けでエージェントへ統合された永続的なコード・素材横断索引として初めてのものという。2026年7月28日の一般公開以来、Tuanjie EngineのエージェントCLIであるTuanjie Codelyの製品環境で提供されている。二つのUnityゲームについてプロジェクト固有の28問を使い、同じモデルと実行基盤のもと各質問を各条件で一回ずつ実行する対応実験を行った。型付きの索引照会道具だけを使うエージェントは、汎用的な探索エージェントより使用トークンが53%少なく、所要時間が52%短かった。対応のある正確な符号検定ではp<0.004だった。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-23(UTC)
最新改訂
2026-09-23 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

LLM coding agents increasingly operate inside game-engine repositories, where application logic is inseparable from serialized assets: a single gameplay change may span C\# scripts, prefabs, scenes, and ScriptableObjects wired together by Unity GUIDs. The retrieval tools agents carry today---shell utilities and code-only indexes---cannot answer basic cross-file questions, because these relationships live in \texttt{.meta} files and YAML assets rather than in code. We present Unity Insight, to our knowledge the first persistent, LLM-facing, agent-integrated cross-file code--asset index for Unity projects, shipping in production with Tuanjie Codely, the agent CLI of Tuanjie Engine, since its public launch on 2026-07-28. In a paired experiment---28 project-specific questions on two Unity games, same model and harness, one run per arm per question---the index-backed agent spent 53\% fewer tokens and 52\% less wall-clock time than a general-purpose exploration agent (exact paired sign tests, $p{<}0.004$), using only its typed index-query tools.

arXiv ID: 2609.27585 / 要約の誤りについて