Loading GLTF memory could not be freed

This probably happens because your model is very big. 20 million vertices, 33 million indices, this is a huge amount of memory used to display a model. This data also needs to be sent to the GPU, one way or the other, which is probably the reason for the crash. but that is hard or even impossible to test, especially without a reproduction.

1 Like