Skip to content

UdonPlatformHook.v1.5

Latest
Compare
Choose a tag to compare
@Superbstingray Superbstingray released this 19 Mar 16:08
· 8 commits to main since this release
c6cd2a3

v1.0 -> v1.23

  • Full fix for hookable platforms with stations on them. They now work as expected.
  • Will now work with CyanEmu / ClientSim.
  • Check to prevent null errors when building / leaving the world.
  • Player will now correctly move relative to objects that are being scaled.
  • Small change to how the script averages velocity.
  • Other minor fixes.
  • Change to the way the ReduceIKDrift setting functions to make it work better overall / with the VRC IK 2.0 update.

v1.23 -> v1.5

  • Fix for Main and Quick menu pause options for the updated VRC menu.
  • Fixed Bug with jumping sometimes not working with ReduceIKDrift enabled.
  • Fixed bug with ReduceIKDrift not working under certain circumstances.
  • General code rewrite. Minor optimizations.
  • Removed some unused/unnecessary variables.
  • Fixed null Player error on Start for editor play mode.
  • Minor Optimizations
  • Fix for Main and Quick menu pause options for the updated VRC menu again