How can get Mesh Filter Components.Sometimes I can not get from the model species.Why?
Hi, welcome to the forum!
Usually, you should be able to get mesh filters (or any other component) using the GetComponent function:-
var mf: MeshFilter = GetComponent(MeshFilter);
Have you tried this and found it doesn’t work?