com.unity.animation 0.6.0-preview.2
Notes: processedReleased August 3, 2020
Unity Compatibility
Minimum Unity: 2020.1 (0b15)
Package Dependencies
✨ Features
- Added an experimental node `WorldToRootNode` that remaps a transform matrix from world space to root space.
📈 Improvements
- Changed the `RigRootEntity` component to store the `RemapToRootMatrix`, a matrix used to compute the remapping from world space to root space. Note: This is not the complete remapping matrix, it needs to be multiplied with the value of index 0 of the stream and the result of this multiplication must be inverted.
