Skip to content

Commit

Permalink
chore(release): set version to 2.6.5 [skip ci]
Browse files Browse the repository at this point in the history
### [2.6.5](v2.6.4...v2.6.5) (2023-03-11)

#### Bug Fixes

* **Drive:** decrease initial drive speed each frame for accuracy ([03ea2af](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.
  • Loading branch information
ExtendReality-Bot committed Mar 11, 2023
1 parent 0f514b0 commit 156b7ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [2.6.5](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.4...v2.6.5) (2023-03-11)

#### Bug Fixes

* **Drive:** decrease initial drive speed each frame for accuracy ([03ea2af](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/03ea2af0f1f2bf186a6aeca553787ebc48a77ed6))
> 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.
### [2.6.4](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.6.3...v2.6.4) (2023-03-11)

#### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/LICENSE.md",
"version": "2.6.4",
"version": "2.6.5",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 156b7ad

Please sign in to comment.