apply the hand's velocity to the grabbed actor after release

This commit is contained in:
Mamadou Babaei
2023-08-14 17:27:59 +02:00
parent 8cdf76fc90
commit db00266d29
2 changed files with 95 additions and 54 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Now, the hand's velocity is applied to grabbed actors after being released from the hand.
## [1.5.3] - 2023-07-19
This is a hotfix release mostly addressing Android Bluetooth performance issues.