FBX animation not playing

I’m trying to playback a simple FBX animation using the legacy system (it’s just one animation I need to play at a certain time, so I’m not setting up an anim graph).
In the little preview in the editor, it looks like the animation is working correctly, but I’ve added animation components to all the various mesh pieces in the scene with the animation on it, but nothing seems to actually happen.

What am I doing wrong?

Here is the scene: PlayCanvas | HTML5 Game Engine

The older Animation Component doesn’t work with the Render Component/Import Hierarchy setup. You have to use the Model Component and Model assets

If you don’t want to setup an anim graph, you can use the following method: Animation without State Graph | Learn PlayCanvas

Ah, amazing thank you!