Bugfix for hand touch physics
There is a small but annoying bug that has taken me quite a while to diagnose and fix so I thought I'd share.
We have a bug where the physics hands would press buttons and trigger things when the player wasn't actually performing the action. This was usually caused when the game started, scene transitions or when network players joined a game. I ended up being able to replicate the bug using a stationary boundary and moving in and out of it. If you track the velocity of the hand joints you can see they jump to extremely high values when the hands are redetected - caused unintended interactions.
This is a bug in a Meta class (hopefully this will be fixed in a future update).
How to fix, copy HandPhysicsCapsules and change the following function as follows.
HandPhysicsCapsules