I tried to record a gltf animation from unity but KhronosGroup/glTF-Validator shows a lot of error of ACCESSOR_ANIMATION_INPUT_NON_INCREASING
It means there was a Time value in an animationclip that is equal or less than the previous time value.
Is it possible to clean up export so that has correct gltf format like in https://github.com/mrdoob/three.js/pull/27529/files ?
here is my file
output.zip