-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gltf export produces validator with errors #141
Comments
Hey @write3371 please list more information, like which version of UnityGltf, Unity, ... you're using. |
it's the latest master installed on unity 22.3.5f1 |
@write3371 can you please provide version information? "latest master" can mean any version depending on when you installed it, especially since there is no "master" branch at all.
Thanks! |
Sorry, it was the main branch.
I was trying to export a https://github.com/vrm-c/UniVRM with animation. I set |
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
The text was updated successfully, but these errors were encountered: