Hello,
I have a mesh bundled as a .tres resource in a folder in my project and I have the filepath to it.
My question is : how do I use this path to set the mesh of a MeshInstance in code? More specifically, how do I get a mesh variable from the path? Thank you.