First Time Animation Load Bug

The first time I use an animation it is buggy, after that it’s fine.

I understand this is because I am loading the animation onto the animator just before I play it.

However, when I load the animation before and put the track in a table, and then attempt to play the tracks from the table, the animations do not blend properly.

Can anyone suggest fixes for this?
I have tried ContentProvider but it is not much use as it does not actually load the animations.

1 Like

Resolved this myself, I don’t know why it works but it does:

Load the animations onto the animator beforehand AND just before playing. For some reason it works.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.