v2.6.5
ExtendReality-Bot
released this
11 Mar 16:08
·
145 commits
to master
since this release
2.6.5 (2023-03-11)
Bug Fixes
- Drive: decrease initial drive speed each frame for accuracy (03ea2af)
There was an issue where a high initial drive speed would mean a drive (specifically a joint drive) would never reach the initial target value as it would just keep overshooting and a small threshold was never enough to ensure it could reach the target. A larger threshold would just cause drive issues.
The solution is to ensure the initial drive speed starts high, but over each frame reduces by a certain amount (e.g. by half each frame) and therefore the fidelity of the drive will get tighter with each frame meaning it slows down but will have an increasing higher chance of reaching its initial target.