I attached the following script to a GameObject to determine if it is a mesh.
using UnityEngine; public class MeshCheck : MonoBehaviour { // Start is cal