Prerequisite: Ensure you have Coplay properly installed in your Unity project before proceeding.

If you haven’t installed Coplay yet, please follow our Installation Guide first.

Getting Started with Coplay

Once you have Coplay installed and authenticated, you’re ready to start using it to enhance your Unity development workflow.

Step 1: Open Coplay in Unity:

Command + G

Step 2: Choose your Coplay settings, including your Mode, Model, and Context availability. For more information on available settings, visit the Settings page.

Step 3: Start interacting with Coplay by typing in your questions or commands in the chat panel. By default, Coplay will only provide suggestions and instructions of how to implement these changes in Unity. For Coplay to act on your befalf, check “Auto-Approve” and Coplay will proceed uninterrupted as it generates actions in your project.

Key Features

Code Assistance

Coplay can help you with various coding tasks in Unity:

// Ask Coplay about Unity concepts like:
"How do I implement a character controller in Unity?"

// Or get specific code help:
"Write a script to make my camera follow the player with smooth damping"

// Debug existing code:
"Why is my collision detection not working properly?"

Context-Aware Conversations

Coplay understands your Unity project context, making it easier to get relevant help:

  • Refer to existing GameObjects, scripts, and components in your project
  • Ask about specific scenes or assets
  • Get tailored advice based on your project structure

Tips for Effective UI Navigation

  1. Context-Aware Queries: Always select the appropriate context for your question to get the most relevant answers
  2. Mode Switching: Change agent modes based on your current development focus
  3. Model Selection: Use faster models for simple tasks and more advanced models for complex problems
  4. Action Recording: Use action recording to document processes that you want to analyze or replicate later
  5. Custom Rules: Set up custom rules to ensure Coplay aligns with your team’s development standards

For more detailed information on configuring Coplay’s behavior, see the Configuration Guide.

Workflow Integration

Scene Analysis

Analyze your current scene and provide suggestions for optimization and improvements.

Documentation References

Quickly access Unity documentation and best practices without leaving the editor.

Code Generation

Generate code snippets and entire scripts tailored to your project’s needs.

Learning Support

Get explanations of Unity concepts and techniques as you work.

Action Recording

Use Coplay’s built-in Action Recorder to teach Coplay how to do specific tasks according to your preferences.

MCP Integration

Leverage outside tools such as Meshy, Blender, and more to supercharge your workflow even further.

Need more help? Join our Discord community for support from the Coplay team and other users.