reposbox-unicycle-frenzycancel
7 Commits over 31 Days - 0.01cph!
DataHelper for reading / writing to FileSystem.Data
Makes sure that custom converters are used, for things like GameResource references.
Fix UFItems defaults
Default item resources had been moved to resources/items/default, and
let's use them as the defaults in SetUpUnicycle in case any are null in
unicycle.dress.json
Use sphere traces in UnicycleController (#64)
Add move history gizmo to UnicycleController
Shows path, velocity, ground trace normal
Trace movement 0.5 units off the ground to avoid getting stuck
Move history gizmos
https://files.facepunch.com/ziks/2024-05-19/sbox-dev_IeWUbs4lJv.png
Use sphere traces for movement
Test velocity relative to ground normal in CheckGround() (#64)
While grounded, keep position 1 unit above ground (#64)