Commit Graph

6 Commits

Author SHA1 Message Date
e0da6c4f00 scene: ajout ChatUI sur NetworkManager, StatsTracker sur PlayerSphere
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 19:02:09 +02:00
f62eeab50d Fix Z-fighting : corriger les Y de tous les objets overlapping
- Sol top=y=0, pads/checkpoints au sol relevés de 0.01 (bottom>=0.01)
- GelOrange_E/W, GelViolet_Trap, CaptureZone_Visual : y 0.2->0.21
- CP0_Start, CP4_Finish : y 0.15->0.16
- Plateforme élevée top=y=4.5, objets relevés au-dessus :
  CP1/CP2_Mid/CP3 : y 4.15->4.66, GelBleu_Elev : y 4.2->4.71

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 21:02:06 +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
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
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
c322793b0d feat: add Unity project (Assets, ProjectSettings) 2026-05-15 09:13:39 +02:00