An open API service indexing awesome lists of open source software.

https://github.com/coplaydev/coplay-unity-plugin

Unity plugin for Coplay
https://github.com/coplaydev/coplay-unity-plugin

ai anthropic claude copilot cursor deepseek game-development gamedev gemini llm mcp model-context-protocol openai unity unity2d unity3d videogames

Last synced: about 2 months ago
JSON representation

Unity plugin for Coplay

Awesome Lists containing this project

README

          





Discord

Coplay is an AI Copilot for Unity. It provides a natural language interface that allows you to control Unity for executing actions and automate repetitive, tedious tasks.

Learn more about Coplay here:

Find our docs on how to use Coplay here:

## Summary

- Natural Language Interface: Interact with your project using intuitive commands to create, modify, and manage game elements.
- Context-Aware Assistance: Coplay understands your project's structure, offering relevant suggestions based on your assets, scenes, and scripts.
- Multi-Model Support: Choose from leading AI models like OpenAI's GPT-4.1, Google's Gemini 2.5 Pro, Anthropic's Claude 4-Sonnet, and xAI's Grok 3 to suit your development needs.
- Pipelines: Record and replay sequences of actions, enabling efficient iteration and reducing manual repetition.
- Code Generation & Debugging: Generate scripts, resolve errors, and receive code suggestions tailored to your project's context.

## Installation

#### Unity 2022 or newer

1. Open Package Manager window (Window | Package Manager)
1. Click `+` button on the upper-left of a window, and select "Add package from git URL..."
1. Enter the following URL and click `Add` button

```
https://github.com/CoplayDev/coplay-unity-plugin.git#beta
```

#### Unity 2021

Use this URL for step 3:
```
https://github.com/CoplayDev/coplay-unity-plugin.git#beta-unity-2021
```

- Once imported to your project, open Coplay from the window menu (Coplay -> Toggle Window) or use the keyboard shortcut `Ctrl+G` on Windows and Linux or `Cmd+G` on macOS.
- When you open the window, you need to login or create an account. Clicking on the "Login" button will open a new browser window to sign in.