#
ENJA

unity-bridge

ogulcancelik/unity-bridge

Unity Bridge is a lightweight, single-file C# HTTP server for the Unity Editor that enables AI agents to control Unity scenes, game objects, and editor states directly using standard HTTP requests.

49 7No licenseUpdated 2026-03-23

Overview

Designed as a minimalist alternative to heavy MCP-based architectures, Unity Bridge embeds directly into the Unity project via a single script. It exposes a self-describing REST API on localhost, providing AI agents with core CRUD operations, reflection-based property manipulation, and arbitrary static method execution without requiring external Python sidecars, WebSocket daemons, or heavy dependencies.

Capabilities

  • Scene hierarchy exploration and management
  • GameObject CRUD operations
  • Component property reading and writing via reflection
  • Editor control (play, pause, stop, refresh)
  • Asset searching and creation
  • Prefab instantiation and creation
  • Console log reading
  • Arbitrary static method execution
  • Batch command processing

Best for

Querying the active scene hierarchy and game object states via curl or automated AI agents, Creating, modifying, and instantiating game objects and prefabs programmatically, Executing Unity editor actions, handling console logs, and capturing screenshots automatically, Contrasting and manipulating arbitrary component properties using runtime reflection

Works with

Claude CodeCursorChatGPTGitHub CopilotCodex
Evoa Score breakdown= Σ (score × weight)
63
Task usefulness20%100 → +20.0

実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 AIによるcapabilities/use-cases解析

Code quality15%90 → +13.5

実装・指示の品質。 AIによるSKILL.md/README解析

Maintenance15%70 → +10.5

リポジトリがどれだけ活発に保守されているか。 GitHub 最終push日時の新しさ

Documentation12%43 → +5.2

ドキュメントの充実度・分かりやすさ。 README/独自要約の情報量

Security15%50 → +7.5

危険・不審な挙動が無いか。 AIによるセキュリティレビュー

Originality10%85 → +8.5

ありふれたラッパーではない独自性。 AIによる独自性判定

Popularity8%45 → +3.6

コミュニティの採用度。 GitHub Stars/Forks(対数スケール)

Compatibility5%100 → +5.0

対応AIエージェントの広さ。 AIによる対応エージェント判定

Weighted total73.8 / 100

ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →

Security considerations

The HTTP server runs locally on localhost (port 7778) and exposes complete control over the Unity Editor instance, meaning any local application or script capable of reaching localhost can manipulate project assets and execute static C# code.

Categories

Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.