crash
ehtick opened this issue · 3 comments
ehtick commented
Crash on GLTFDocument document = DeserializeJson(*stream);
Unhandled exception at 0x76A308F2 in WindowsMRAssetConverter.exe: Microsoft C++ exception: Microsoft::glTF::InvalidGLTFException at memory location 0x00AFC2F4. occurred
This when loading a gltf file
robertos commented
Can you please post the file? Also the exception indicates that the file is invalid GLTF. Can you please try validating with http://github.khronos.org/glTF-Validator/ ?