Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question How to replicate animator transition interrupts using script (not using parameters) ?

Discussion in 'Animation' started by LastKnightXZ, Feb 22, 2022.

  1. LastKnightXZ

    LastKnightXZ

    Joined:
    Sep 20, 2021
    Posts:
    3
    Current i am working on animator synchronization , i have perfectly synced animator state (using animator.play) and uninterrupted animator transitions(using animator.play and animator.crossfade)
    but there really seems no way to replicate a transition interrupt using animator.crossfade as crossfade itself can't interrupt another crossfade

    Any help will be greatly appreciated