12 lines
403 B
Markdown
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. |