I have a script pulling the meshes from each SuperTextMesh child component, but I am not sure how to move forward with getting the textures. They all are using the same char so could share a single material, I am assuming. Using the "SMT Unlit" shader, so would just getting the "_MainTex" variable and assigning it to a sharedMaterial work?