Commit graph

2 commits

Author SHA1 Message Date
a94b42ae36 M1: smooth player movement — ramp velocity (accel/decel) not instant
Instant full-speed-on-press / dead-stop-on-release was the jerky/jarring feel
and made the anim pop Idle->Run. Now MoveTowards-ramps horizontal velocity
(accel 45, decel 60 m/s^2), so starts/stops ease and Idle->Walk->Run blends.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-12 18:52:44 +01:00
94951ec70a M1: add networked rigged player avatar (run-around character)
- Import Hodaart Low Poly Character Collection 3 (humanoid-rigged, LFS)
- PlayerAvatar.cs: owner-authoritative CharacterController movement, animation
  derived from measured speed on every client (no NetworkAnimator needed)
- OwnerAuthNetworkTransform.cs: owner-authoritative NetworkTransform
- PlayerLocomotion.controller: Idle/Walk/Run 1D blend tree on Speed (reuses
  Hodaart clips)
- PlayerCharacter.prefab (Character 01 + CC + NetworkObject + owner NT +
  PlayerAvatar + Animator w/ humanoid avatar); registered as PlayerPrefab
- Verified in play: spawns, visible, Idle pose (rig animates), owner-auth

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-12 18:43:39 +01:00