Files
Test-Multiplayer/.github/copilot-instructions.md
2026-01-16 08:19:14 +02:00

12 lines
403 B
Markdown

# Copilot Instructions
## General Guidelines
- First general instruction
- Second general instruction
## Code Style
- Use specific formatting rules
- Follow naming conventions
## Project-Specific Rules
- The project uses the Unity Input System (Active Input Handling set to Input System). Avoid using `UnityEngine.Input.GetKeyDown`; prefer `TMP_InputField.onSubmit` or `UnityEngine.InputSystem` APIs.