hera-unity
v1.0.1Low-token live Unity Editor workflows through the Hera CLI.
By NotNull92License: Apache-2.01.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install hera-unity for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add hera-unity@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “hera-unity” remain stable.
- Codex:
hera-unity@agent-plugin-marketplace→hera-unity@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/NotNull92/hera-agent-unity/.
Plugin files
├── .codex-plugin/plugin.json└── skills/live-editor/SKILL.md
Included Skills1
Control and verify a running Unity Editor with the low-token hera-agent-unity CLI.
Plugin manifests1
{
"name": "hera-unity",
"version": "1.0.1",
"description": "Low-token live Unity Editor workflows through the Hera CLI.",
"author": {
"name": "NotNull92"
},
"homepage": "https://github.com/NotNull92/hera-agent-unity#agent-integrations",
"repository": "https://github.com/NotNull92/hera-agent-unity",
"license": "Apache-2.0",
"keywords": [
"unity",
"game-development",
"cli",
"qa"
],
"interface": {
"displayName": "Hera Unity",
"shortDescription": "Control and verify a live Unity Editor with a low-token CLI.",
"longDescription": "Connect Codex to a running Unity Editor through the Hera CLI to inspect scenes, edit objects and assets, run tests, drive Play Mode, and verify results against live Editor state.",
"developerName": "NotNull92",
"category": "Development",
"composerIcon": "./assets/icon.svg",
"defaultPrompt": "Use Hera Unity to inspect the running Unity Editor, make the requested change, and verify the result.",
"capabilities": [
"Skills"
]
},
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hera-unity on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hera-unity)