Customizing and configuring your Coplay experience in Unity
To use Coplay with Anthropic’s AI models, you need to provide your API key. This key is essential for authenticating your requests to the Anthropic API.
You can also manage custom rules through the “Edit Custom Coplay Rules” button,
which opens a dialog enabling you to create specialized instructions for Coplay
that will be saved to .coplayrules.md
in your project root folder.
This will cause Coplay to include this as additional context before it takes any action
Example usage: Create custom rules like “Always comment public methods” or “Follow our team’s naming convention” to ensure Coplay adheres to your project standards.
You can also reference other files if you have pre-existing instructions / best practices: “Before any task is started, read handovernotes.md to understand the dependencies and context of the project you are working on.”
Coplay supports the Model Context Protocol (MCP) for advanced AI interactions. You can configure multiple MCP servers to extend Coplay’s capabilities, such as integrating with Blender for 3D asset generation. Click the “Edit MCP Servers” button in the settings panel to manage your MCP server configurations.
For an example of how to set up a Blender MCP server, see our Blender MCP tutorial.