Files
Test-Multiplayer/.github/copilot-instructions.md
pelpanagiotis acd7255a88 Revert "Latest Changes"
This reverts commit 7df357342f.
2026-01-16 09:23:58 +02:00

403 B

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.