.anim file format

I have multiple animation files that comes in .anim format. The files has a header like:

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!74 &7400000

Is such a format openable in threejs?

This is a proprietary Unity file format, three.js cannot read it. If you’re using Unity, there are exporters available that can write to standard file formats instead.

1 Like

Thank you,

No I don’t use unity, just got some deliverables on this format. I use python and javascript as well.

Would you support with standard format i can go through?

We recommend using glTF (.glb or .gltf) files with three.js whenever possible.