Mesh reconstruction uses OpenMVS library for building mesh. OpenMVS depends on CGAL which is depends on gmp. And gmp from vcpkg can not be linked to dynamic library on linux. See here. Also Unity does not supports static native libs.
So mesh rendering will not work on linux until one of following:
gmp from vcpkg will begin to link with dynamic libs,
we will move from OpenMVS to something not dependent on gmp,
or we will not use vcpkg and will compile dependencies from source.
Mesh reconstruction uses OpenMVS library for building mesh. OpenMVS depends on CGAL which is depends on gmp. And gmp from vcpkg can not be linked to dynamic library on linux. See here. Also Unity does not supports static native libs.
So mesh rendering will not work on linux until one of following: