Multiple Animations One Model

Hi there. I am experimenting with trying to create an animation of the helicopter hovering in the bootcamp demo.

As I see it I need both Helix to rotate and to create a faster loop I have each of them rotating 180 degrees around the appropriate axis and the entire chopper slowly bobbing up and down as though it were a ship in water.

I can get each animation to work independently on their component but I am not sure how to get all three animations to work together. I have never attempted more than one animation per component and I am pretty new to animation all together.

Any thoughts on this?

Thanks!

Have you tried bringing them in as three different components? I’d export each helix independently as an fbx from your 3D app, and then reassemble in Unity (place them all under one GameObject). Then each of the animations would still be independent and you could edit them as needed.