Skip to content
the-real-ltcg edited this page Jul 20, 2026 · 5 revisions

Ultimate Dart Tag

A multiplayer freeze-tag game built in Unity, where players run around an arena and "tag" each other by shooting foam darts. Get hit and you freeze in place (you can only turn, not move) until another player bumps into you to unfreeze you.

Originally built by the FHG-2024-Programming student group; this repo is a personal continuation of that project's source.

Wiki contents

Tech stack

  • Engine: Unity 6 LTS (6000.0.79f1)
  • Multiplayer: Unity Netcode for GameObjects, over UnityTransport (raw IP/port, LAN-style — no relay configured yet)
  • Character controller: Unity's StarterAssets third-person controller
  • UI text: TextMeshPro

Clone this wiki locally