Skip to content

v2.6.2

Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 02 Mar 21:33
· 154 commits to master since this release

2.6.2 (2023-03-02)

Bug Fixes

  • Drive: prevent applying velocies to a kinematic rigidbody (f917fc5)

    There is no point in applying a velocity to a kinematic rigidbody as it can accept no forces anyway, so these checks just make sure the rigidbody is not kinematic before applying velocities to it.