adding colliders in unity vr hands code example
Example: unity move with rigidbody.moveposition
rb2D.MovePosition(rb2D.position + velocity * Time.fixedDeltaTime);
rb2D.MovePosition(rb2D.position + velocity * Time.fixedDeltaTime);