This is going to be challenging to figure out since there are no errors the mesh's just don't appear.
https://gist.github.com/Kequc/464e4a9acc1e1b229c380a17d5487b2f
Here is a little factory class I built. The purpose is just to make some simple shapes that you might see on SimCity2000 terrain. Slopes, peaks, flat areas. I plan to use this in a GridMap to build terrain.
Unfortunately the meshes are just invisible or not there.
I add a cell to the GridMap and in my scene there's nothing there when I run it. I've tried not setting the material (in case there's a problem there). I've tried reversing the order of my indices (in case surfaces were upside down). Maybe there is something wrong with the way I'm using ArrayMesh.
Hoping to get to the bottom of it asking here, if you see any obvious problems please let me know!