Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set version to 1.26.0 [skip ci]
## [1.26.0](v1.25.1...v1.26.0) (2020-12-12) #### Features * **Tracking:** add new velocity trackers ([89207a6](89207a6)) > The ConstantVelocityTracker returns the velocity data as set on its properties. > > The RigidbodyVelocityTracker returns the velocity data from a rigidbody. * **Tracking:** extract as IProcessable for two components ([4608be1](4608be1)) > Extracted ArtificialVelocityApplierProcess to allow the component to process in chosen moment. Added convenient methods IncrementVelocity() and IncrementAngularVelocity(). Use Vector3.Lerp() instead of Slerp() to calculate drag. ArtificialVelocityApplier is derived from this new process and maintains its current behaviour to process using coroutine. > > Extracted AverageVelocityEstimatorProcess to allow the component to process in chosen moment. AverageVelocityEstimator is derived from this new process and maintains its current behaviour to process using LateUpdate().
- Loading branch information