In my project I currently have a player controllable pawn - a tank, with 2 static meshes for turret and body.
Is there any way to animate the tracks while the input command is being held (by maybe making them into a seperate static mesh) so they actually rotate following the shape? they are modeled in.
If that is not possible, what would You suggest doing to fix this?
Oh, the things are really barebone, as this is my first practice project. Tracks are just part of static mesh of the base of tank. It seems like the links You provided refer to exact problem I am having. Thank You.
Also, it depends whether you want the track to deform when the tank rolls over obstacles. If you do not need it, the best way would be to animate the material. May look good enough and would be super fast.
Oh there is not even gravity applied there, no obstacles and the game is top-down, so animation of materials is probably the best option - i did not know that was possible to be honest. I will need to look into that
Thanks for providing this info, great help! Is there any way to bind panner animation to be only played at certain times? I.E. when event is called etc?