I’m trying to get the bounds of each mesh within an FBX file. Some of the elements don’t have a mesh. How do I check for the existence of a meshfilter without creating an error because there isn’t one?
gives me the error “MissingComponentException: There is no ‘MeshFilter’ attached to the “3D View: Lights” game object, but a script is trying to access it.”