I have a bunch of mobs for my game saved in an asset bundle. Some have legacy animations and others use mechanim. My problem is that some of my mechanim assets have separate FBX’s containing the animations for the prefab that I instantiate. If I look through the object array of my asset bundle I do see those animator FBXs, but the controller in the being’s FBX refers to animations in those other FBXs. I don’t know how to re-associate them at runtime so the animations will play. The monster loads and enters its idle animation somehow but then I get a bunch of red errors whenever my game tries to change the animation.
The only thing I could find out there was help on loading legacy Animations from asset bundles.
Thanks in advance!