Search Unity

Question Timeline - preview Animator States transition

Discussion in 'Timeline' started by studentutu, Jul 9, 2020.

  1. studentutu

    studentutu

    Joined:
    Oct 22, 2017
    Posts:
    121
    Timeline is great!
    We have achieved a somewhat decent workflow for it for our tutorial but we still need an additional feature.
    We need to preview the animator transitions and states in the timeline upload_2020-7-9_17-15-39.png
    What should we do? Should we create a custom playable script to achieve it? If so - then how to do it, as I have no recollection that the animator will show the current time and all of the runtime data visually in edit mode
     
    Last edited: Jul 10, 2020
  2. studentutu

    studentutu

    Joined:
    Oct 22, 2017
    Posts:
    121
    Small update - it is indeed inpossible to update animator OnGui - it is always checks for Application.IsPlaying inside the UnityEditor.Graphs.AnimatorControllerTool . Until the engine part for the macanim editor will be fixed we have no other choice but to rely on custom Graphs. There are few other options for such state machines/behaviour tree on asset store - some of them have the ability to show/preview transitions and states in edit mode
     
  3. seant_unity

    seant_unity

    Unity Technologies

    Joined:
    Aug 25, 2015
    Posts:
    1,516
    If I understand correctly, you are trying to preview the animator in Edit mode, like timeline? Then, yes, unfortunately that is not supported.
     
    studentutu likes this.