Skip to content

1.8.0

Latest
Compare
Choose a tag to compare
@adamgraham adamgraham released this 30 Nov 06:34
· 30 commits to main since this release

Added

  • New BillboardRotation behavior
  • New AnimatedMaterialTiling behavior
  • New behaviors to rotate based on user input (Input System dependency added)
    • InputRotation
    • LookAtMouse
  • New match transform behaviors
    • MatchPosition
    • MatchRotation
    • MatchScale
    • MatchTransform
  • New lock transform behaviors
    • LockPosition
    • LockRotation
    • LockScale
    • LockTransform
  • Optional axis constraints added to SmoothFollow and SmoothLookAt
  • 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 UpdateBehavior to UpdateBehaviour
  • Documentation changes

Removed

  • Deleted Parameter static class
  • Deleted internal Processors class