How to get name of animation playing currently ? Im asking this for a 3d character model. and legacy animation system , not mecanim.
Simple answer is you can’t! That’s because there could be many animations playing.
You can check individual animations using animation[“someAnimation”].enabled && animation[“someAnimation”].weight > 0 or Animation.IsPlaying(“someAnimation”).