Skip to content

AutoPosChair 2.0.0

Choose a tag to compare

@UzerTekton UzerTekton released this 28 Mar 21:53
· 3 commits to main since this release
7e42218

AutoPosChair 2.0.0

2026-03-28

  • Complete rewritten and optimized in U#.
  • Removed proximity detection because VRChat has fixed their infinite range interaction bug.
  • Removed codes hiding the "press w" tooltip because the latest SDK VRC Station has added a built-in timeout.
  • Replaced usage of Unity's SmoothDamp with our own SpringDamp (see my other GitHub repo), because of the Udon bug of not able to handle ref correctly in externs.
  • Added a boolean toggle for enabling/disabling debug log output.
  • Added custom inspector in Editor which can check for setup errors and offer to fix them automatically.
  • The AutoPosChair prefab has a new internal hierarchy and component structure. But the prefab itself should be a direct drop-in replacement for the old AutoPosChair prefab.