When I try to compile with "platform=javascript", which uses emscripten, the compilations fails with multiple errors.
The complete log can be found here, but the main problems are errors similar to the one at Line 417:
/home/karsten/git/godex/modules/bullet_physics/systems_base.cpp:22:12: error: type 'QueryResultTuple<EntityID, Any<Changed<BtRigidBody>, Changed<const BtSpaceMarker> > >' decomposes into 2 elements, but 3 names were provided for (auto [entity, body, space_marker] : p_query) {
When I try to compile with "platform=javascript", which uses emscripten, the compilations fails with multiple errors.
The complete log can be found here, but the main problems are errors similar to the one at Line 417:
/home/karsten/git/godex/modules/bullet_physics/systems_base.cpp:22:12: error: type 'QueryResultTuple<EntityID, Any<Changed<BtRigidBody>, Changed<const BtSpaceMarker> > >' decomposes into 2 elements, but 3 names were provided for (auto [entity, body, space_marker] : p_query) {