The power of Coplay comes from its ability to adapt its execution style to your task. By selecting the appropriate mode, you instruct the AI on whether to prioritize speed, safety, automation, or deep project analysis.Documentation Index
Fetch the complete documentation index at: https://docs.coplay.dev/llms.txt
Use this file to discover all available pages before exploring further.
⚙️ Execution Modes
| Mode | Purpose | Best For |
|---|---|---|
| Normal | Standard Operation. The default setting that automatically executes a sequence of actions with balanced performance. | Quick tasks, simple code requests, and general generation where immediate execution is desired. |
| PipelineRecording | Workflow Automation. Records a sequence of user actions in the Unity Editor so you can replay the sequence or generate variations later. | Automating highly repetitive setup tasks and creating consistent templates for asset configuration. |
| Orchestrator | Design Document Automation. An “autopilot” mode that reads tasks from a CoplayPlan.md file and executes them in order, aiming to transform a design document into a working game. | Executing long, multi-step tasks defined in a single game design document. |