Procedural mesh collision works in editor, but not in packaged android build (Quest)

Using a procedural mesh component, I’m adding in the verts and tris of another proc mesh to create a duplicate, which seems to work correctly in all aspects including collision in editor via PIE. However, when I run the same functionality via the Quest, it treats that new proc mesh as though it has no collision. Why could this be?