v2.7.1
ExtendReality-Bot
released this
13 Mar 14:12
·
57 commits
to master
since this release
2.7.1 (2023-03-13)
Bug Fixes
- Tracking: ensure velocity is not set on kinematic rigidbody (c588d73)
Rigidbodies cannot have velocities set on them if they are kinematic as they are not actually part of the physics simulation when kinematic so this fix just ensures the kinematic state is checked before trying to apply a velocity to a rigidbody.