Search Unity

Possible bug in Animation?

Discussion in 'Editor & General Support' started by revolute, Sep 30, 2014.

  1. revolute

    revolute

    Joined:
    Jul 28, 2014
    Posts:
    50
    I was manually iterating through animation for its animationstates and I found this weird behaviour of returning to its first item instead of the last object.
    weird behaviour.PNG
    Can anyone else confirm this?

    Extra explanation : I have 3 game objects that has 3 animation states. And I expected to loop through them from Atk Idle Run but console reports Atk Idle Atk which is not what I expect from "foreach".