Editor-only clone tool so the capsule/bot replication can be tested with
a second Unity instance (joins the host via Relay code) without a separate
machine or a standalone build. Clone lives at ../jankenbots_clone_0
(sibling of the repo, symlinks Assets + ProjectSettings back to it).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Project ships Active Input Handling = Input System (New) only, so the
drafted legacy Input.GetAxisRaw would throw InvalidOperationException at
runtime. Read WASD/arrows off Keyboard.current instead — no restart, no
action asset needed. (TreadPart needs the same swap when the bot lands.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Empty host-authoritative arena: NetworkManager GameObject carries
NetworkManager, UnityTransport (wired as NetworkConfig.NetworkTransport),
and the NetworkBootstrap Relay host/join harness. Ground plane, camera,
directional light. Set as the build startup scene for two-client testing.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>