I am trying to load a mesh but am getting error: "path not found", despite the path being correct as far as I can tell. Am I missing something with the "#..." and the format here? This is how I try to load the mesh (I tried using two backslash and single slash and the path in the error matches the correct path):
let falcon_handle: Handle<Mesh> = asset_server.load("models\\millenium_falcon.gltf#mesh_FALCON");
and here is the file: