Setting up MeshInstance for GridMap Library

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By supagu

This website includes a sample (gridmap_demo.zip):

I’ve noticed that the MeshLibrary_Source.tscn references the mesh file.
When I try to set up my own MeshInstance in a GridMap Library from scratch it wants to simply import the geometry and include no reference to the mesh.

Does any one know how to setup the MeshInstance to reference an external file as per the supplied sample?

:bust_in_silhouette: Reply From: supagu

I found it! The solution is to use
Scene > New Inherited Scene…