I noticed glTF2Importer::CanRead not returning the right value on success :wink:
@@ -117,7 +117,7 @@ bool glTF2Importer::CanRead(const std::string& pFile, IOSystem* pIOHandler, bool
}
- return false;
+ return true;