AI Agent Hub
Back to plugins
🖥️

unity-plugin

Client Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install opdsh/unity-plugin

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install opdsh/unity-plugin in DeepSeek Harness to install the plugin; the source code is available at https://github.com/opdsh/unity-plugin .

About this plugin

Setting up scenes, writing movement scripts, and importing asset packs in Unity usually means dozens of menu clicks, digging through docs, and waiting for compiles. The Unity Plugin hands all of that to the DeepSeek Harness AI agent: you describe what you want in plain language, and the agent drives a real, running Unity Editor through the official unity command-line tool, automating everything from project creation to scene saving while every change stays visible on your screen.

Core capabilities span the major stages of game development: creating a 3D or 2D project from scratch with a chosen render template; adding GameObjects, rearranging the hierarchy, attaching components, and wiring prefabs through conversation; writing C# scripts, waiting for recompilation, and binding them to the right objects; searching your purchased Unity Asset Store library, downloading, and importing packages silently without any dialog; capturing Scene-view screenshots, toggling Play mode, and running EditMode and PlayMode tests; and finally kicking off player builds for your target platform. The plugin also bundles Unity's official agent skill collection covering UI, physics, optimization, multiplayer, and package management, so the agent follows Unity best practices rather than guessing.

It is aimed at indie developers who want AI-accelerated prototyping, team engineers tired of repetitive editor chores, and newcomers who prefer a conversational loop to learn Unity workflows. All you need beforehand is Unity 6, the unity CLI tool, and an active license.

Use Cases

  • Describe a 3D project in plain language and let the agent create it, build the scene, and write a movement script
  • Ask the agent to search your Asset Store library, import a package silently, and kick off a player build
  • Have the agent take Scene-view screenshots, toggle Play mode, and run EditMode and PlayMode tests

Best For

  • Indie developers who want AI-accelerated prototyping
  • Team engineers tired of repetitive editor menu navigation
  • Newcomers who prefer a conversational loop to learn Unity workflows