Search Unity

Question How do I detect if an animation is finished

Discussion in 'Animation' started by TheKrazyDev, Mar 16, 2022.

  1. TheKrazyDev

    TheKrazyDev

    Joined:
    Sep 8, 2021
    Posts:
    107
    The title explains it all.
     
  2. SNoteBook

    SNoteBook

    Joined:
    Mar 21, 2022
    Posts:
    12
    Add a property to the animation (Transform > Scale, for example) and increase it in the final keyframe. The animation is finished when the property is increased. After debugging remove it. ;)
     
    TheKrazyDev likes this.