Playback using an Alembic Animation clip
When Unity imports an Alembic file, it automatically imports the animation as an Animation clip. To access the imported clip, expand the imported Alembic Asset.
The naming convention of the Animation Clip is <modelName>_Time
.
Playing the clip in Timeline
To play back the clip in Timeline:
Import the Alembic file into the Scene.
Add an Animator component to the root of the Alembic GameObject hierarchy (the same object which has the Alembic Stream Player component).
Drag the Animation clip from the Alembic Asset in the Project view onto the Timeline view.
Set the Animator driving the Animation clip to the newly created Animator component.
Play back the animation using the Timeline Play controls in the Timeline view.
You can also use the Animator to play back the clip by adding it to the Animation Controller just like any other clip.