vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
476 stars 75 forks source link

Validating file says file is valid but returns UNSUPPORTED_EXTENSION error message #159

Closed pedram-keshava closed 1 year ago

pedram-keshava commented 1 year ago

So I try to validate the attached file here - https://github.khronos.org/glTF-Validator/

image

That says, file is valid but still it also returns the error message,

"code": "UNSUPPORTED_EXTENSION", "message": "Cannot validate an extension as it is not supported by the validator: 'KHR_draco_mesh_compression'.",

Is it known issue? Please help.

Note: I have also attached sample file I am using to validate.

Thanks.

Sample_unhandle.zip

vpenades commented 1 year ago

Draco compressed glTF files are not supported by SharpGLTF, see #44