Master the art of contextual prompting to receive precise, actionable results from Coplay, every time.
Effective communication is key to efficiency. By organizing your requests using a clear framework, you eliminate guesswork for Coplay and ensure the output—be it code, refactoring, or scene analysis—is always ready to use in your Unity project.
Coplay is project-aware, but you must direct its attention. Always reference specific files or objects to ensure the AI uses the correct context from your Unity project.
Avoid generalized language. Use file pinning (like the @ symbol) or the in-editor selection tools to ensure Coplay is working on the correct scripts, prefabs, or scenes.
Effective: “Please update the PlayerAttack() function inside @MeleeCombatSystem.cs to…” Ineffective: “Fix the player’s attack script…”
Asking Coplay to perform tasks like “Fix all compilation errors” will yield poor results. Be precise: “Address the specific type error in the @HealthBarUI.cs script.”
If Coplay generates an incorrect or incomplete response, resist the urge to debug it conversationally within the same thread. Since you cannot edit past prompts, this only creates confusion.