@needle-tools/engine 3.19.8 → 3.19.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.19.9] - 2023-10-11
8
+ - Change: `AnimatorController.createFromClips` now sets the state hash to index of clip
9
+ - Fix: AnimatorController root motion direction when runtime instantiating and using the same clip on multiple objects
10
+ - Fix: AnimatorController root motion forward direction when rotating object from script as well
11
+
7
12
  ## [3.19.8] - 2023-10-10
8
13
  - Add: `AnimatorController.createFromClips` utility method taking in a animationclips array to create a simple controller from. By default it creates transitions to the next clip
9
14
  - Fix: occasional issue where the scrollbar would cause flickering due to hiding/showing when the website was zoomed