# Unity's plugin for Codex

> Install Unity's plugin for Codex to access Unity's first-party tooling within your Codex environment.

> **Note:**
>
> The following concerns a product or service (each a “Third Party Product”) that's not developed, owned, or operated by Unity. This information may not be up-to-date or complete, and is provided to you for your information and convenience only. Your access and use of any Third Party Product is governed solely by the terms and conditions of such Third Party Product. Unity makes no express or implied representations or warranties regarding such Third Party Products, and will not be responsible or liable, directly or indirectly, for any actual or alleged damage or loss arising from your use thereof (including damage or loss arising from any content, advertising, products or other materials on or available from the provider of any Third Party Products).

Unity's plugin adds a set of Unity skills to Codex, so you can ask for Unity work in plain language instead of supplying the same context each time. Install the plugin, then verify that Codex loads the skills. For a description of the skills and how to prompt them, refer to [About Unity's plugin](./about-unity-plugin.md).

## Install the plugin in Codex

To install the Unity plugin within Codex:

1. Add the marketplace:

   ```bash
   codex plugin marketplace add Unity-Technologies/unity-agent-plugin
   ```

2. Install the plugin:

   ```bash
   codex plugin add unity@unity-agent-plugin
   ```

## Verify the installation in Codex

Start a new Codex session, then verify that the plugin is active:

* Enter `/unity:` and the skills appear in the slash menu.
* Run `codex plugin list` to confirm `unity` shows as installed and enabled.

## Update the plugin in Codex

To update the plugin to the latest version:

```bash
codex plugin marketplace upgrade unity-agent-plugin
```

## Remove the plugin from Codex

To remove the plugin:

```bash
codex plugin remove unity@unity-agent-plugin
```
