Releases: zigurous/unity-animation-library
Releases · zigurous/unity-animation-library
1.8.0
Added
- New
BillboardRotationbehavior - New
AnimatedMaterialTilingbehavior - New behaviors to rotate based on user input (Input System dependency added)
InputRotationLookAtMouse
- New match transform behaviors
MatchPositionMatchRotationMatchScaleMatchTransform
- New lock transform behaviors
LockPositionLockRotationLockScaleLockTransform
- Optional axis constraints added to
SmoothFollowandSmoothLookAt - Option to change coordinate space for most animation behaviors
- Help URLs added to every behavior script
Changed
- Default execution order set to +100 for behaviors using LateUpdate
- Update strategies hidden from component menu
- Renamed
UpdateBehaviortoUpdateBehaviour - Documentation changes
Removed
- Deleted
Parameterstatic class - Deleted internal
Processorsclass
1.7.0
Added
- Implemented an update strategy pattern to reduce overhead and improve performance
- New
SmoothDampQuaterniondata structure - New
Processorsinternal helper class
Changed
- Moved animation behaviors to a new directory
- Changed
SmoothDamp<T>fields from protected to private
1.6.2
Changed
- Rewrote and simplified custom propety drawers
Fixed
- Indentation of AnimatorParameter label in the editor
1.6.1
Changed
- Naming convention of private serialized properties to match Unity conventions
1.6.0
Added
- New
Parameterstatic class with predefined hash ids - New
SmoothDamp<T>abstract class - New
SmoothDampFloatdata structure - New
SmoothDampVector2data structure - New
SmoothDampVector3data structure
Fixed
- Hash ids on
AnimatorParameterwere not updating when the name was changed in the editor
1.5.0
Added
- New
Timing01struct - New
TimingRange01struct - New
IAnimationCurve<T>interface
Changed
- Removed root bone from avatar masks
- Updated documentation comments
- Updated package metadata
1.4.2
Changed
- Animator parameter ids are now generated automatically without ever having to call a function
1.4.1
Changed
- [AddComponentMenu] attribute added to all behaviors
1.4.0
Added
- Support for different update modes on common animation scripts
- New RotateAround script
Changed
- Increased default speed values
- Separated speed from rotation axis
1.3.1
Added
- Editor property drawer for AnimatorParameter