Im trying to create a multi threaded mesh generation algorithm (which generates one mesh per thread) but once a thread hits the _new()
function (ArrayMesh::_new()
in particular) it hangs indefinitely. Is this an engine limitation or is it something I'm doing wrong? And if the former, any resources on why this is the case?