Hey guys! I am having a strange problem with Unity 5 that just started happening when I added a couple more animations to an object and re-imported it. In the image below you can see all 6 of my animations, The top 4 play but the bottom 2 give the error “The animation state NeutralToNegative / NegativeToNeutral could not be played because it could not be found!” I know they are on the object because they play in the animation inspector at the bottom. Any ideas?
SOLVED : I had to go to the actual object in the scene with the Animation component and change the array size to 6 to accommodate the new animations.