Commit Graph

9 Commits

Author SHA1 Message Date
7aa4a518db Steering, HUD course, auto-index checkpoints
- PlayerController: MovementSpeed 5->25, ajout turnDamping+idleDrag pour virages nets
- CheckpointSystem: auto-assign checkpointIndex depuis l'array, déclenche race HUD sur CP0
- GameHUD: course visible dès passage de la porte (CP0), timer local indépendant du serveur

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 20:52:36 +02:00
a167930048 Level design complet : matériaux, panneaux TMP, wiring checkpoints
- Couleurs appliquées sur tous les objets (sol, murs, plateformes, gel pads, portiques, checkpoints)
- 10 panneaux TextMeshPro 3D : DÉPART, ARRIVÉE, CP1-3, ZONE DE CAPTURE, tooltip gel pads, flèche montée
- CheckpointSystem rewired vers les nouveaux triggers (CP0-CP4)
- CaptureZone repositionnée sur CaptureZone_Visual (0, 0, -4)
- Scène sauvegardée

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 15:20:36 +02:00
026b1d954c fix: caméra — delta souris direct, toggle clic droit, no InputAxisController
- Lit Mouse.current.delta directement (pas d'accrochage au bord d'écran)
- CinemachineInputAxisController désactivé (on gère tout nous-mêmes)
- OnEnable/OnDisable : lock/unlock automatique selon état Player
- Clic droit = toggle cursor lock (pas besoin de maintenir)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 14:44:35 +02:00
065ae8465f fix: colliders ProBuilder, cursor lock continu, déduplique CameraOrbitKeyboard
- MeshCollider ajouté sur Floor, 4 murs, CenterPlatform, 4 rampes, 4 piliers
- CameraOrbitKeyboard : enforce cursor lock à chaque frame quand actif (gameplay)
- Suppression du composant CameraOrbitKeyboard dupliqué sur CinemachineCamera

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 12:12:11 +02:00
a022d59917 fix: URL serveur wss://game.rolld.kerboul.me (rolld.io:2567 inaccessible)
rolld.io pointe sur CloudFront sans exposer le port 2567.
Le game server Coolify est accessible via game.rolld.kerboul.me (Traefik).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 11:58:35 +02:00
ac5c3f74a4 feat: rebuild Tutorial scene avec ProBuilder, matériaux gel/terrain
- Scène Tutorial reconstruite de zéro : sol ProBuilder 120x120, murs, rampes
- Zones race : 5 checkpoints (CP0→Finish) avec BoxCollider + CheckpointTrigger
- Gel pads : GelOrange (boost), GelBleu (bounce), GelViolet (sticky)
- Plateforme centrale pour mode teams (CaptureZone)
- Nouveaux matériaux URP : FloorMat, WallMat, CheckpointMat, GelOrangeMat, GelBleuMat, GelVioletMat, PlatformMat

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 09:22:44 +02:00
1e37e44143 feat: backend state machine, Unity URL prod, simplify GameSetup 2026-05-15 09:16:01 +02:00
c322793b0d feat: add Unity project (Assets, ProjectSettings) 2026-05-15 09:13:39 +02:00
19f5d70752 feat: add Unity project (Assets, Packages, ProjectSettings) 2026-05-15 09:13:24 +02:00