Chat Refactor + Spawn Points Y Axis Fix

This commit is contained in:
pelpanagiotis
2026-01-16 08:19:14 +02:00
parent bc6989bf05
commit 71f1523dc7
63 changed files with 17493 additions and 1491 deletions

12
.github/copilot-instructions.md vendored Normal file
View File

@@ -0,0 +1,12 @@
# 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.