AutoPosChair 2.0.0
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
refcorrectly 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
AutoPosChairprefab has a new internal hierarchy and component structure. But the prefab itself should be a direct drop-in replacement for the oldAutoPosChairprefab.