Every resource I find on mecanim talks about animating humanoid characters. How can I apply Mecanim to other things, like space ships. I want to animate things like wings opening up (think Star Wars X-Wing or Y-Wing), or gun turrets “turning on”. at the moment, I’ve been animating the models through code, but I really just want to write simpler generic scripts that are just like animation.play(“OpenWings”);
I’d appreciate any input anyone can provide.