Search Unity

Feedback Bug and simple feature request

Discussion in 'Animation' started by keni4, Dec 8, 2019.

  1. keni4

    keni4

    Joined:
    Nov 30, 2014
    Posts:
    31
    1. Bug.
    My animation clips is 60 fps based. Why transition window shows everything in 30 fps? This is even not normalized time [0..1]. It is really hard to understand timing of transition in relation to animation clips.
    upload_2019-12-8_18-8-1.png

    2. Feature request.
    I have an animation events in my clips and it is important that execution order of these events should be right. Transition window does not show where exactly events are placed. So it is became difficult to configure transitions. Things are getting worse if methods in the code accepts only events with state weight == 1f. And so it would be very handy to see where events are placed on the animation clip. May be something like that:
    upload_2019-12-8_18-16-20.png